X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc9027cc74c79d3af1e7d772225972d4ae934e10..36bd690299dc72d49c4a945fa467ac7ce2342019:/samples/configure diff --git a/samples/configure b/samples/configure index 167fa96e25..c5e4d1bb65 100755 --- a/samples/configure +++ b/samples/configure @@ -526,6 +526,14 @@ fi SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs +PATH_IFS=$wx_cv_path_ifs +PROGRAM_EXT=$wx_cv_program_ext +WX_TARGET_LIBRARY=$wx_cv_target_library + + + + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -654,6 +662,8 @@ trap 'rm -fr `echo " dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -661,15 +671,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 @@ -686,6 +697,7 @@ trap 'rm -fr `echo " thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile sockets/Makefile @@ -736,6 +748,9 @@ s%@oldincludedir@%$oldincludedir%g s%@infodir@%$infodir%g s%@mandir@%$mandir%g s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g +s%@PATH_IFS@%$PATH_IFS%g +s%@PROGRAM_EXT@%$PROGRAM_EXT%g +s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g CEOF EOF @@ -792,6 +807,8 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -799,15 +816,16 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile 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 @@ -824,6 +842,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile sockets/Makefile