]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure
Tcl regex lib
[wxWidgets.git] / samples / configure
index 377af275009696760d82a934bdc5a661239ea072..275784d471e5ae8d7ef0fa8f57e38f1960d9590f 100755 (executable)
@@ -523,6 +523,10 @@ fi
 
 
 
+if test "x$wx_cv_path_samplesubdirs" = "x"; then
+    { echo "configure: error: Please run configure from the top level directory." 1>&2; exit 1; }
+fi
+
 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
 
 
@@ -686,6 +690,9 @@ trap 'rm -fr `echo "
             memcheck/Makefile
             minifram/Makefile
             minimal/Makefile
+            mobile/Makefile
+            mobile/wxedit/Makefile
+            mobile/styles/Makefile
             newgrid/Makefile
             notebook/Makefile
             png/Makefile
@@ -837,6 +844,9 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
             memcheck/Makefile
             minifram/Makefile
             minimal/Makefile
+            mobile/Makefile
+            mobile/wxedit/Makefile
+            mobile/styles/Makefile
             newgrid/Makefile
             notebook/Makefile
             png/Makefile