X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/605625f51e450c1e0163a9075978c1895daa2415..22be0335df28fd3e638c40fe525b6ff323e73c15:/samples/configure diff --git a/samples/configure b/samples/configure index 377af27500..fc63a1c569 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,13 +690,15 @@ trap 'rm -fr `echo " memcheck/Makefile minifram/Makefile minimal/Makefile + mobile/Makefile + mobile/wxedit/Makefile + mobile/styles/Makefile newgrid/Makefile notebook/Makefile png/Makefile printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -701,6 +707,7 @@ trap 'rm -fr `echo " sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile @@ -837,13 +844,15 @@ 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 printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -852,6 +861,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile