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