From 6f9d1350aa6f38606a080de398493db65a374aff Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 23 Sep 2009 09:26:51 +0000 Subject: [PATCH] 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 --- packaging/win32/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 1a98bbae83..dd98c28518 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -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 \