r18337 - gnucash/trunk/packaging/win32 - Win32 build: Remove gwenhywfar configure option which has been removed before gwenhywfar-3.8.2.

Christian Stimming cstim at code.gnucash.org
Wed Sep 23 05:26:51 EDT 2009


Author: cstim
Date: 2009-09-23 05:26:51 -0400 (Wed, 23 Sep 2009)
New Revision: 18337
Trac: http://svn.gnucash.org/trac/changeset/18337

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
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.

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-09-23 08:31:49 UTC (rev 18336)
+++ gnucash/trunk/packaging/win32/install.sh	2009-09-23 09:26:51 UTC (rev 18337)
@@ -888,10 +888,13 @@
             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 \



More information about the gnucash-changes mailing list