git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43962
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+# 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
entries=`dirname $1`/CVS/Entries
if [ ! -f $entries ]; then
echo "CVS entries file \"$entries\" not found." >&2