X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f41d601565ed8fef859133519e90e8793dc7372..2f8b6a1dccb515fbff1bd01cee95ad5a9df4e406:/samples/configure?ds=sidebyside diff --git a/samples/configure b/samples/configure index b5dbbd7663..fc63a1c569 100755 --- a/samples/configure +++ b/samples/configure @@ -523,12 +523,20 @@ 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 +IF_GNU_MAKE=$wx_cv_if_gnu_make PATH_IFS=$wx_cv_path_ifs PROGRAM_EXT=$wx_cv_program_ext WX_TARGET_LIBRARY=$wx_cv_target_library +WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl + + @@ -648,6 +656,7 @@ ac_given_srcdir=$srcdir trap 'rm -fr `echo " Makefile + artprov/Makefile caret/Makefile calendar/Makefile checklst/Makefile @@ -673,6 +682,7 @@ trap 'rm -fr `echo " internat/Makefile ipc/Makefile joytest/Makefile + keyboard/Makefile layout/Makefile listctrl/Makefile mdi/Makefile @@ -680,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 @@ -695,6 +707,7 @@ trap 'rm -fr `echo " sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile @@ -750,9 +763,11 @@ s%@oldincludedir@%$oldincludedir%g s%@infodir@%$infodir%g s%@mandir@%$mandir%g s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g +s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g s%@PATH_IFS@%$PATH_IFS%g s%@PROGRAM_EXT@%$PROGRAM_EXT%g s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g +s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g CEOF EOF @@ -795,6 +810,7 @@ EOF cat >> $CONFIG_STATUS <