removed old utils (helpgen, tex2rtf, helphtml, nplugin, wxprop, wxole)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
9
configure
vendored
9
configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user