]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
latest changes (no need for link to Makefile.am any more)
[wxWidgets.git] / configure
index 90e9385e3b04fb68111ed016edeb7bd7d3144bda..6ee9c8408cc14e6c19de7787f6e181b11c4a772b 100755 (executable)
--- a/configure
+++ b/configure
@@ -8634,7 +8634,7 @@ LIBTOOL="$LIBTOOL --silent"
 
 
 SETUPH_DIR=include/wx/${TOOLKIT_DIR}
-mkdir -p ${SETUPH_DIR}
+
 
 
 
@@ -8921,6 +8921,7 @@ s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
+s%@SETUPH_DIR@%$SETUPH_DIR%g
 
 CEOF
 EOF
@@ -9189,11 +9190,16 @@ fi; done
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
-SETUPH_DIR=${SETUPH_DIR}
+
+            SETUPH_DIR=${SETUPH_DIR}
+          
+         
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 test -z "$CONFIG_HEADERS" || echo timestamp > ${SETUPH_DIR}/stamp-h
-chmod +x wx-config
+
+            chmod +x wx-config
+          
 exit 0
 EOF
 chmod +x $CONFIG_STATUS