X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc9027cc74c79d3af1e7d772225972d4ae934e10..2b33b72819002e038a2a0cb2b3aa9b2cde880c7a:/samples/configure?ds=inline diff --git a/samples/configure b/samples/configure index 167fa96e25..1a376c1a05 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 @@ -686,6 +694,7 @@ trap 'rm -fr `echo " thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile sockets/Makefile @@ -736,6 +745,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 @@ -824,6 +836,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile sockets/Makefile