]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure.in
support Show() in wxFlexGridSizer (patch 737850)
[wxWidgets.git] / samples / configure.in
index a5af0b0fdf5db681746da0035e68f49cb1fe7b1e..a44056e6e198982fb9198f029a4d654ab82cc572 100644 (file)
@@ -3,6 +3,12 @@ AC_REVISION($Id$)dnl
 
 AC_INIT(Makefile.in)
 
+dnl we need the values the main configure determined for us, so refuse
+dnl to run if we don't have them
+if test "x$wx_cv_path_samplesubdirs" = "x"; then
+    AC_MSG_ERROR([Please run configure from the top level directory.])
+fi
+
 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
 AC_SUBST(SAMPLES_SUBDIRS)
 
@@ -20,6 +26,7 @@ AC_SUBST(WX_TARGET_LIBRARY_GL)
 
 AC_OUTPUT([
             Makefile
+            access/Makefile
             artprov/Makefile
             caret/Makefile
             calendar/Makefile
@@ -56,30 +63,34 @@ AC_OUTPUT([
             minimal/Makefile
             mobile/Makefile
             mobile/wxedit/Makefile
-            newgrid/Makefile
+            mobile/styles/Makefile
+            multimon/Makefile
+            nativedlg/Makefile
             notebook/Makefile
+            oleauto/Makefile
+            ownerdrw/Makefile
             png/Makefile
             printing/Makefile
-            proplist/Makefile
             propsize/Makefile
-            richedit/Makefile
-            resource/Makefile
+            regtest/Makefile
             rotate/Makefile
             sashtest/Makefile
+            shaped/Makefile
             scroll/Makefile
             scrollsub/Makefile
             sockets/Makefile
             splitter/Makefile
             statbar/Makefile
+            taskbar/Makefile
             text/Makefile
             thread/Makefile
             toolbar/Makefile
             treectrl/Makefile
-            treelay/Makefile
             typetest/Makefile
             validate/Makefile
             widgets/Makefile
             wizard/Makefile
+            htlbox/Makefile
             html/Makefile
             html/about/Makefile
             html/help/Makefile