X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc9027cc74c79d3af1e7d772225972d4ae934e10..af1d24da230cc1ca3b2c2bfbf10d13887e73183f:/samples/configure diff --git a/samples/configure b/samples/configure index 167fa96e25..e463f949e6 100755 --- a/samples/configure +++ b/samples/configure @@ -526,6 +526,18 @@ 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 + + + + + + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -640,6 +652,7 @@ ac_given_srcdir=$srcdir trap 'rm -fr `echo " Makefile + artprov/Makefile caret/Makefile calendar/Makefile checklst/Makefile @@ -654,6 +667,9 @@ trap 'rm -fr `echo " dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -661,15 +677,16 @@ trap 'rm -fr `echo " image/Makefile internat/Makefile ipc/Makefile + joytest/Makefile layout/Makefile listctrl/Makefile mdi/Makefile menu/Makefile + memcheck/Makefile minifram/Makefile minimal/Makefile newgrid/Makefile notebook/Makefile - plot/Makefile png/Makefile printing/Makefile proplist/Makefile @@ -680,15 +697,17 @@ trap 'rm -fr `echo " sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile @@ -736,6 +755,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 @@ -778,6 +802,7 @@ EOF cat >> $CONFIG_STATUS <