r22168 - gnucash/trunk - Remove empty lines from AC_CONFIG_SOURCES as this will cause the Windows build to fail

Geert Janssens gjanssens at code.gnucash.org
Sun May 6 14:03:41 EDT 2012


Author: gjanssens
Date: 2012-05-06 14:03:41 -0400 (Sun, 06 May 2012)
New Revision: 22168
Trac: http://svn.gnucash.org/trac/changeset/22168

Modified:
   gnucash/trunk/configure.ac
Log:
Remove empty lines from AC_CONFIG_SOURCES as this will cause the Windows build to fail
when using a git repo as source

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2012-04-28 16:18:29 UTC (rev 22167)
+++ gnucash/trunk/configure.ac	2012-05-06 18:03:41 UTC (rev 22168)
@@ -1176,6 +1176,8 @@
 LIBOBJS_SEDSCRIPT="s,\.[[^.]]* ,$U&,g;s,\.[[^.]]*\$\$,$U&,"
 AC_SUBST(LIBOBJS_SEDSCRIPT)
 
+# Don't add empty lines in the following macro, they
+# will cause the Windows build to fail if using a git repo as source
 AC_CONFIG_FILES(
   po/Makefile.in
   dnl # Makefiles
@@ -1328,7 +1330,6 @@
   src/business/business-gnome/schemas/Makefile
   src/business/business-gnome/ui/Makefile
   src/business/business-ledger/Makefile
-
   dnl # Stuff for bill/invoice import plugin
   src/plugins/Makefile
   src/plugins/bi_import/Makefile
@@ -1338,10 +1339,8 @@
   src/plugins/customer_import/Makefile
   src/plugins/customer_import/gtkbuilder/Makefile
   src/plugins/customer_import/ui/Makefile
-
   dnl # non-makefiles
   dnl # Please read doc/build-system before adding *anything* here
-
   ,
   dnl # commands go here, but we don't have any right now
 )



More information about the gnucash-changes mailing list