Win32 build: Aqbanking has a patch now, but doesn't need autotools called.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20114 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-01-16 19:33:20 +00:00
parent b7cf646a2f
commit 2d80ece799

View File

@ -1096,9 +1096,9 @@ function inst_aqbanking() {
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 @@ function inst_aqbanking() {
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} \