X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f4a9a1025aace6f5f82aa4c05c5ceb651b86dd4..830efc9b0cb87eae22d4435af7858175017522ab:/samples/configure diff --git a/samples/configure b/samples/configure index a28a31bb8b..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 @@ -688,6 +692,7 @@ trap 'rm -fr `echo " minimal/Makefile mobile/Makefile mobile/wxedit/Makefile + mobile/styles/Makefile newgrid/Makefile notebook/Makefile png/Makefile @@ -841,6 +846,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile minimal/Makefile mobile/Makefile mobile/wxedit/Makefile + mobile/styles/Makefile newgrid/Makefile notebook/Makefile png/Makefile