X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f4a9a1025aace6f5f82aa4c05c5ceb651b86dd4..44ba8f0ea92f65d9893ce0780971745a5d8e80ea:/samples/configure.in?ds=sidebyside diff --git a/samples/configure.in b/samples/configure.in index a5af0b0fdf..4468e5fbe2 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) @@ -56,6 +62,7 @@ AC_OUTPUT([ minimal/Makefile mobile/Makefile mobile/wxedit/Makefile + mobile/styles/Makefile newgrid/Makefile notebook/Makefile png/Makefile @@ -71,6 +78,7 @@ AC_OUTPUT([ sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile