r20114 - gnucash/trunk/packaging/win32 - Win32 build: Aqbanking has a patch now, but doesn't need autotools called.

Christian Stimming cstim at code.gnucash.org
Sun Jan 16 14:33:21 EST 2011


Author: cstim
Date: 2011-01-16 14:33:20 -0500 (Sun, 16 Jan 2011)
New Revision: 20114
Trac: http://svn.gnucash.org/trac/changeset/20114

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Aqbanking has a patch now, but doesn't need autotools called.

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2011-01-16 11:04:48 UTC (rev 20113)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2011-01-16 19:33:20 UTC (rev 20114)
@@ -1096,9 +1096,9 @@
                 inst_qt4
                 if [ -n "$AQBANKING_PATCH" -a -f "$AQBANKING_PATCH" ] ; then
                     patch -p1 < $AQBANKING_PATCH
-                    automake
-                    aclocal -I m4 ${ACLOCAL_FLAGS}
-                    autoconf
+                    #automake
+                    #aclocal -I m4 ${ACLOCAL_FLAGS}
+                    #autoconf
                 fi
                 ./configure ${HOST_XCOMPILE} \
                     --with-gwen-dir=${_GWENHYWFAR_UDIR} \
@@ -1115,9 +1115,9 @@
             else
                 if [ -n "$AQBANKING_PATCH" -a -f "$AQBANKING_PATCH" ] ; then
                     patch -p1 < $AQBANKING_PATCH
-                    automake
-                    aclocal -I m4 ${ACLOCAL_FLAGS}
-                    autoconf
+                    #automake
+                    #aclocal -I m4 ${ACLOCAL_FLAGS}
+                    #autoconf
                 fi
                 ./configure ${HOST_XCOMPILE} \
                     --with-gwen-dir=${_GWENHYWFAR_UDIR} \



More information about the gnucash-changes mailing list