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
This commit is contained in:
Christian Stimming 2009-09-24 20:12:41 +00:00
parent f4090dcfc3
commit 19962e096c

View File

@ -888,9 +888,9 @@ function inst_gwenhywfar() {
else else
if [ -n "$GWENHYWFAR_PATCH" -a -f "$GWENHYWFAR_PATCH" ] ; then if [ -n "$GWENHYWFAR_PATCH" -a -f "$GWENHYWFAR_PATCH" ] ; then
patch -p1 < $GWENHYWFAR_PATCH patch -p1 < $GWENHYWFAR_PATCH
aclocal -I ${ACLOCAL_FLAGS} -I m4 #aclocal -I m4 ${ACLOCAL_FLAGS}
automake #automake
autoconf #autoconf
fi fi
./configure ${HOST_XCOMPILE} \ ./configure ${HOST_XCOMPILE} \
--with-openssl-includes=$_OPENSSL_UDIR/include \ --with-openssl-includes=$_OPENSSL_UDIR/include \