X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46132182f033f8e24e89036b6111fa470bb4abb0..a68c1246db34618d4e60e2a6ccdac4f35700a3f1:/samples/configure diff --git a/samples/configure b/samples/configure index d55867cfab..59f6f4652d 100755 --- a/samples/configure +++ b/samples/configure @@ -523,6 +523,9 @@ fi +SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -645,6 +648,7 @@ trap 'rm -fr `echo " console/Makefile db/Makefile dialogs/Makefile + dialup/Makefile docview/Makefile docvwmdi/Makefile dnd/Makefile @@ -661,9 +665,9 @@ trap 'rm -fr `echo " mdi/Makefile minifram/Makefile minimal/Makefile - dialup/Makefile newgrid/Makefile notebook/Makefile + plot/Makefile png/Makefile printing/Makefile proplist/Makefile @@ -725,6 +729,7 @@ s%@includedir@%$includedir%g s%@oldincludedir@%$oldincludedir%g s%@infodir@%$infodir%g s%@mandir@%$mandir%g +s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g CEOF EOF @@ -775,6 +780,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile console/Makefile db/Makefile dialogs/Makefile + dialup/Makefile docview/Makefile docvwmdi/Makefile dnd/Makefile @@ -791,9 +797,9 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile mdi/Makefile minifram/Makefile minimal/Makefile - dialup/Makefile newgrid/Makefile notebook/Makefile + plot/Makefile png/Makefile printing/Makefile proplist/Makefile