]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/configure
repaired some of the more obvious horrors in the contrib (configure) Makefiles
[wxWidgets.git] / contrib / configure
index ecbf3c7f4214043e4f2f3b76cc040cc4c252b133..e5e49813997d68a99add84d3ee780a9d5e7e488e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Id
+# From configure.in Id: configure.in
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -683,13 +683,15 @@ else
 fi
 
 
-if test ! -z $ESD_LINK; then
+if test "$ESD_LINK" != "" ; then
   echo "ESound detected"
 fi
 
 
 PATH_IFS=$wx_cv_path_ifs
 WX_TARGET_LIBRARY=$wx_cv_target_library
+WX_TARGET_LIBRARY_TYPE=$wx_cv_target_libtype
+
 
 
 
@@ -814,8 +816,10 @@ trap 'rm -fr `echo "
             src/Makefile
             src/ogl/Makefile
             src/mmedia/Makefile
+            src/stc/Makefile
             samples/Makefile
             samples/mmedia/Makefile
+            samples/stc/Makefile
          " | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
@@ -852,6 +856,7 @@ s%@CPP@%$CPP%g
 s%@PATH_IFS@%$PATH_IFS%g
 s%@ESD_LINK@%$ESD_LINK%g
 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
+s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
 
 CEOF
 EOF
@@ -897,8 +902,10 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
             src/Makefile
             src/ogl/Makefile
             src/mmedia/Makefile
+            src/stc/Makefile
             samples/Makefile
             samples/mmedia/Makefile
+            samples/stc/Makefile
          "}
 EOF
 cat >> $CONFIG_STATUS <<\EOF