Win32 build: Remove gwenhywfar configure option which has been removed before gwenhywfar-3.8.2.

Also, add aclocal call because the patch has modified configure.ac.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18337 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2009-09-23 09:26:51 +00:00
parent 308e2a4390
commit 6f9d1350aa

View File

@ -888,10 +888,13 @@ function inst_gwenhywfar() {
else
[ -n "$GWENHYWFAR_PATCH" -a -f "$GWENHYWFAR_PATCH" ] && \
patch -p1 < $GWENHYWFAR_PATCH
# The current patch modifies configure.ac, so we need to call the autotools
aclocal -I ${ACLOCAL_FLAGS} -I m4
automake
autoconf
./configure ${HOST_XCOMPILE} \
--with-openssl-includes=$_OPENSSL_UDIR/include \
--with-openssl-libs=$_OPENSSL_UDIR/lib \
--with-libgnutls-prefix=$_GNUTLS_UDIR \
--with-libgcrypt-prefix=$_GNUTLS_UDIR \
--disable-binreloc \
--prefix=$_GWENHYWFAR_UDIR \