X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ebcf581f6e8355224b00bc5b2d70b12e761b750..2f8b6a1dccb515fbff1bd01cee95ad5a9df4e406:/samples/configure diff --git a/samples/configure b/samples/configure index 20c677220f..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 @@ -695,7 +699,6 @@ trap 'rm -fr `echo " printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -704,6 +707,7 @@ trap 'rm -fr `echo " sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile @@ -849,7 +853,6 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -858,6 +861,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile