latest changes (no need for link to Makefile.am any more)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jun 1999 10:01:24 +0000 (10:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jun 1999 10:01:24 +0000 (10:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in
src/Makefile.am

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
index e06a43a9d37f1b95dc2e3758aa70cac530f05042..fea2eb04d0fea4df155823683052bc9612660713 100644 (file)
@@ -1931,7 +1931,7 @@ AC_SUBST(LIBS)
 
 dnl create the configuration header file from the template
 SETUPH_DIR=include/wx/${TOOLKIT_DIR}
-mkdir -p ${SETUPH_DIR}
+AC_SUBST(SETUPH_DIR)
 AM_CONFIG_HEADER(${SETUPH_DIR}/setup.h:include/wx/unix/setup.h.in)
 
 dnl MAKE_SET will be replaced with "MAKE=..." or nothing if make sets MAKE
@@ -2002,5 +2002,11 @@ AC_OUTPUT([
             samples/wxpoem/Makefile
             samples/wxsocket/Makefile
           ],
-          [chmod +x wx-config], [SETUPH_DIR=${SETUPH_DIR}])
+          [
+            chmod +x wx-config
+          ],
+          [
+            SETUPH_DIR=${SETUPH_DIR}
+          ]
+         )
 
index 9770ff47cf724e433770a33cf9af82ee711cc14b..7c4edc098b40ea40657fa5b0290bab41a96fa241 100644 (file)
@@ -9,7 +9,7 @@ SUFFIXES = .cpp
 DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
 LIBS = $(GUILIBS)
 
-VPATH = .:$(srcdir)/common:$(srcdir)/@TOOLKIT_DIR@:$(srcdir)/generic:$(EXTRA_VPATH)
+VPATH = .:${srcdir}:$(srcdir)/common:$(srcdir)/@TOOLKIT_DIR@:$(srcdir)/generic:$(EXTRA_VPATH)
 
 lib_LTLIBRARIES = libwx_@WX_LIBRARY@.la