X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2286341c8d8c72b3eb65ffe23cfc8756f841b1c3..1edc9f457692a98537cdeee8eba549a4827899d6:/samples/configure diff --git a/samples/configure b/samples/configure index cb782ff5ab..0a88efd4cb 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 @@ -670,6 +673,7 @@ trap 'rm -fr `echo " propsize/Makefile richedit/Makefile resource/Makefile + rotate/Makefile sashtest/Makefile scroll/Makefile scrollsub/Makefile @@ -724,6 +728,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 @@ -799,6 +804,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile propsize/Makefile richedit/Makefile resource/Makefile + rotate/Makefile sashtest/Makefile scroll/Makefile scrollsub/Makefile