X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0b3964149a61fee08b40bf9ab70191641a9002a..e4d47fbd6f53b11276dde270e325b339393e9702:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index b20d8f454a..e412e8d77b 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -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) @@ -46,6 +52,7 @@ AC_OUTPUT([ internat/Makefile ipc/Makefile joytest/Makefile + keyboard/Makefile layout/Makefile listctrl/Makefile mdi/Makefile @@ -53,13 +60,20 @@ AC_OUTPUT([ memcheck/Makefile minifram/Makefile minimal/Makefile + mobile/Makefile + mobile/wxedit/Makefile + mobile/styles/Makefile + multimon/Makefile + nativedlg/Makefile newgrid/Makefile notebook/Makefile + oleauto/Makefile + ownerdrw/Makefile png/Makefile printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile + regtest/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -68,6 +82,7 @@ AC_OUTPUT([ sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile