[Gnucash-changes] automake-1.8.x is more pedantic about m4 quoting.

Derek Atkins warlord at cvs.gnucash.org
Sat May 15 12:13:30 EDT 2004


Log Message:
-----------
automake-1.8.x is more pedantic about m4 quoting.

	* Luigi Ballabio's automake patch to gnucash.m4

Modified Files:
--------------
    gnucash:
        ChangeLog
        gnucash.m4

Revision Data
-------------
Index: gnucash.m4
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/gnucash.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lgnucash.m4 -Lgnucash.m4 -u -r1.7 -r1.8
--- gnucash.m4
+++ gnucash.m4
@@ -6,7 +6,7 @@
 dnl Test for GnuCash, and define GNUCASH_CFLAGS and GNUCASH_LIBS, if "gmodule" or 
 dnl gthread is specified in MODULES, pass to gnucash-config
 dnl
-AC_DEFUN(AM_PATH_GNUCASH,
+AC_DEFUN([AM_PATH_GNUCASH],
 [dnl 
 dnl Get the cflags and libraries from the gnucash-config script
 dnl
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1810
retrieving revision 1.1811
diff -LChangeLog -LChangeLog -u -r1.1810 -r1.1811
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2004-05-15  Derek Atkins  <derek at ihtfp.com>
+
+	* Luigi Ballabio's automake patch to gnucash.m4
+
 2004-05-08  Christian Stimming  <stimming at tuhh.de>
 
 	* src/import-export/import-match-map.c


More information about the gnucash-changes mailing list