X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/605625f51e450c1e0163a9075978c1895daa2415..830efc9b0cb87eae22d4435af7858175017522ab:/samples/configure diff --git a/samples/configure b/samples/configure index 377af27500..275784d471 100755 --- a/samples/configure +++ b/samples/configure @@ -523,6 +523,10 @@ fi +if test "x$wx_cv_path_samplesubdirs" = "x"; then + { echo "configure: error: Please run configure from the top level directory." 1>&2; exit 1; } +fi + SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs @@ -686,6 +690,9 @@ trap 'rm -fr `echo " memcheck/Makefile minifram/Makefile minimal/Makefile + mobile/Makefile + mobile/wxedit/Makefile + mobile/styles/Makefile newgrid/Makefile notebook/Makefile png/Makefile @@ -837,6 +844,9 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile memcheck/Makefile minifram/Makefile minimal/Makefile + mobile/Makefile + mobile/wxedit/Makefile + mobile/styles/Makefile newgrid/Makefile notebook/Makefile png/Makefile