X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/605625f51e450c1e0163a9075978c1895daa2415..023fff9ae0d4b7ace23fc5c070576c240a9f6915:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index 5d23826ba5..46bb5016ef 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) @@ -54,13 +60,15 @@ AC_OUTPUT([ memcheck/Makefile minifram/Makefile minimal/Makefile + mobile/Makefile + mobile/wxedit/Makefile + mobile/styles/Makefile newgrid/Makefile notebook/Makefile png/Makefile printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -69,6 +77,7 @@ AC_OUTPUT([ sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile