]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
remove old files not needed anymore
[wxWidgets.git] / configure
index 17a057b2132cdc9c67f057a22f72f1c2c27e3a9b..f43d81567cd19c22bace6c52d2abf85f303f3008 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 52015 2008-02-22 22:27:39Z RD .
+# From configure.in Id: configure.in 52837 2008-03-26 16:40:54Z FM .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
 #
@@ -50315,7 +50315,7 @@ for subdir in $SUBDIRS; do
                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
             fi
         else
-                                                if test ${subdir} = "samples"; then
+                                    if test ${subdir} = "samples"; then
                                                 makefiles="samples/Makefile.in $makefiles"
                 for sample in `echo $SAMPLES_SUBDIRS`; do
                     if test -d $srcdir/samples/$sample; then
@@ -50324,10 +50324,9 @@ for subdir in $SUBDIRS; do
                 done
             elif test ${subdir} = "utils"; then
                 makefiles=""
-                for util in HelpGen tex2rtf ; do
+                for util in ifacecheck ; do
                     if test -d $srcdir/utils/$util ; then
-                        makefiles="utils/$util/Makefile.in \
-                                   utils/$util/src/Makefile.in \
+                        makefiles="utils/$util/src/Makefile.in \
                                    $makefiles"
                     fi
                 done