r15037 - gnucash/trunk/packaging/win32 - Add workaround so that intltoolize doesn't come up with some foolish AC_CONFIG_AUX_DIR; bug#362006

Christian Stimming cstim at cvs.gnucash.org
Wed Oct 18 11:37:33 EDT 2006


Author: cstim
Date: 2006-10-18 11:37:33 -0400 (Wed, 18 Oct 2006)
New Revision: 15037
Trac: http://svn.gnucash.org/trac/changeset/15037

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Add workaround so that intltoolize doesn't come up with some foolish AC_CONFIG_AUX_DIR; bug#362006

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-10-18 11:52:50 UTC (rev 15036)
+++ gnucash/trunk/packaging/win32/install.sh	2006-10-18 15:37:33 UTC (rev 15037)
@@ -731,6 +731,9 @@
     _GNUCASH_WFSDIR=`win_fs_path $GNUCASH_DIR`
     _GNUCASH_UDIR=`unix_path $GNUCASH_DIR`
     qpushd $REPOS_DIR
+    # Necessary so that intltoolize doesn't come up with some
+    # foolish AC_CONFIG_AUX_DIR; bug#362006 
+    touch install-sh
     if test "x$cross_compile" = xyes ; then
 	# Set these variables manually because of cross-compiling
 	export GUILE_LIBS="${GUILE_LDFLAGS} -lguile -lguile-ltdl"



More information about the gnucash-changes mailing list