mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
f4090dcfc3
commit
19962e096c
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user