]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure
added option for drawing a textured background to test masks on a
[wxWidgets.git] / samples / configure
index cb782ff5abfc4ce496a75824a768cabb4b5a6d67..0a88efd4cb6a6dbd7c98f3dedebf450ab05f196e 100755 (executable)
@@ -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