浏览代码

Remove check script (check incorporated into Makefile)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37935 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父节点
当前提交
feef1bd16d
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      vector/v.in.dwg/check

+ 0 - 12
vector/v.in.dwg/check

@@ -1,12 +0,0 @@
-#!/bin/sh
-
-echo "-----------------------------------------------------------------------------"
-echo "------------------------------   WARNING  -----------------------------------"  
-echo "v.in.dwg is linked to proprietary library 'OpenDWG toolkit' (www.opendwg.org)"
-echo "and to GRASS libraries released under GPL. As a consequence, it is not allowed"
-echo "to distribute binary version of v.in.dwg."
-echo "If you really want to build the binaries for v.in.dwg and lose the possibility"
-echo "of distributing GRASS binary package, type 'yes'<Enter>."
-
-read IN ; if [ -z $IN ] || [ $IN != "yes" ]; then exit 1; fi
-