r18344 - gnucash/trunk/packaging/win32 - Win32 build: Fix stupid typo in aclocal call (also it is not needed ATM)

Christian Stimming cstim at code.gnucash.org
Thu Sep 24 16:12:41 EDT 2009


Author: cstim
Date: 2009-09-24 16:12:41 -0400 (Thu, 24 Sep 2009)
New Revision: 18344
Trac: http://svn.gnucash.org/trac/changeset/18344

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Win32 build: Fix stupid typo in aclocal call (also it is not needed ATM)

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-09-24 20:06:58 UTC (rev 18343)
+++ gnucash/trunk/packaging/win32/install.sh	2009-09-24 20:12:41 UTC (rev 18344)
@@ -888,9 +888,9 @@
             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 \



More information about the gnucash-changes mailing list