From 19962e096ca53709317bbfbe31f407fba74d5b9e Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 24 Sep 2009 20:12:41 +0000 Subject: [PATCH] Win32 build: Fix stupid typo in aclocal call (also it is not needed ATM) git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18344 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index ff28ab5a1d..2b4431a96a 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -888,9 +888,9 @@ function inst_gwenhywfar() { else if [ -n "$GWENHYWFAR_PATCH" -a -f "$GWENHYWFAR_PATCH" ] ; then patch -p1 < $GWENHYWFAR_PATCH - aclocal -I ${ACLOCAL_FLAGS} -I m4 - automake - autoconf + #aclocal -I m4 ${ACLOCAL_FLAGS} + #automake + #autoconf fi ./configure ${HOST_XCOMPILE} \ --with-openssl-includes=$_OPENSSL_UDIR/include \