X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f4a9a1025aace6f5f82aa4c05c5ceb651b86dd4..55f9f0cbc8dcf45f8d484b2f931c5c254d4404d1:/samples/configure.in?ds=sidebyside diff --git a/samples/configure.in b/samples/configure.in index a5af0b0fdf..a44056e6e1 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) @@ -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