r18158 - gnucash/trunk/packaging/win32 - Install aqbanking patch even if AQBANKING_WITH_QT is no. This allows RC to be defined properly.

Phil Longstaff plongstaff at code.gnucash.org
Wed Jun 24 23:52:08 EDT 2009


Author: plongstaff
Date: 2009-06-24 23:52:07 -0400 (Wed, 24 Jun 2009)
New Revision: 18158
Trac: http://svn.gnucash.org/trac/changeset/18158

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Install aqbanking patch even if AQBANKING_WITH_QT is no.  This allows RC to be defined properly.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-06-25 01:54:58 UTC (rev 18157)
+++ gnucash/trunk/packaging/win32/install.sh	2009-06-25 03:52:07 UTC (rev 18158)
@@ -1006,6 +1006,12 @@
                 make qt4-port
                 make clean
             else
+                if [ -n "$AQBANKING_PATCH" -a -f "$AQBANKING_PATCH" ] ; then
+                    patch -p1 < $AQBANKING_PATCH
+                    automake
+                    aclocal -I m4 ${ACLOCAL_FLAGS}
+                    autoconf
+                fi
                 ./configure ${HOST_XCOMPILE} \
                     --with-gwen-dir=${_GWENHYWFAR_UDIR} \
                     --with-xmlmerge=${XMLMERGE} \



More information about the gnucash-changes mailing list