]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/is_text.sh
added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)
[wxWidgets.git] / distrib / scripts / is_text.sh
index acde39fecdc8d4eb11a97fb8cd92b00d22af6503..f8df271f565a2cf73df02fff3b60b260c486aee8 100755 (executable)
@@ -14,6 +14,17 @@ if [ $# != 1 ]; then
     exit 2
 fi
 
+# don't do configure; config.sub; config.guess
+if [ `basename $1` = "configure" ] ; then
+    exit 1
+fi
+if [ `basename $1` = "config.sub" ] ; then
+    exit 1
+fi
+if [ `basename $1` = "config.guess" ] ; then
+    exit 1
+fi
+
 entries=`dirname $1`/CVS/Entries
 if [ ! -f $entries ]; then
     echo "CVS entries file \"$entries\" not found." >&2