r14740 - gnucash/trunk/packaging/win32 - Add more env variables to configure so that rerunning configure works even outside of install.sh

Christian Stimming cstim at cvs.gnucash.org
Sun Aug 27 08:45:39 EDT 2006


Author: cstim
Date: 2006-08-27 08:45:37 -0400 (Sun, 27 Aug 2006)
New Revision: 14740
Trac: http://svn.gnucash.org/trac/changeset/14740

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Add more env variables to configure so that rerunning configure works even outside of install.sh

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-08-27 02:01:29 UTC (rev 14739)
+++ gnucash/trunk/packaging/win32/install.sh	2006-08-27 12:45:37 UTC (rev 14740)
@@ -603,7 +603,9 @@
 	--enable-debug \
 	CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS}" \
 	CFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS}" \
-	LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS}"
+	LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS}" \
+	PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" \
+	PATH="${PATH}"
 #    make
     qpopd
 }



More information about the gnucash-changes mailing list