r18129 - gnucash/trunk/packaging/win32 - Properly reconfigure AqBanking 3.8.3 with the updated configure.ac

Derek Atkins warlord at code.gnucash.org
Sat Jun 13 17:50:41 EDT 2009


Author: warlord
Date: 2009-06-13 17:50:40 -0400 (Sat, 13 Jun 2009)
New Revision: 18129
Trac: http://svn.gnucash.org/trac/changeset/18129

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Properly reconfigure AqBanking 3.8.3 with the updated configure.ac

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-06-13 21:25:31 UTC (rev 18128)
+++ gnucash/trunk/packaging/win32/install.sh	2009-06-13 21:50:40 UTC (rev 18129)
@@ -987,6 +987,8 @@
                 inst_qt4
                 if [ -n "$AQBANKING_PATCH" -a -f "$AQBANKING_PATCH" ] ; then
                     patch -p1 < $AQBANKING_PATCH
+                    automake
+                    aclocal -I m4 ${ACLOCAL_FLAGS}
                     autoconf
                 fi
                 ./configure ${HOST_XCOMPILE} \



More information about the gnucash-changes mailing list