X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ebcf581f6e8355224b00bc5b2d70b12e761b750..e97251c58ea8b3676ec05ecccdcae77c61e97a10:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index 773f646107..04e6fd932e 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) @@ -57,26 +63,28 @@ AC_OUTPUT([ mobile/Makefile mobile/wxedit/Makefile mobile/styles/Makefile - newgrid/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