r23341 - gnucash/trunk - Bump required automake version to 1.11
Frank H. Ellenberger
fell at code.gnucash.org
Sun Oct 27 16:45:13 EDT 2013
Author: fell
Date: 2013-10-27 16:45:13 -0400 (Sun, 27 Oct 2013)
New Revision: 23341
Trac: http://svn.gnucash.org/trac/changeset/23341
Modified:
gnucash/trunk/autogen.sh
Log:
Bump required automake version to 1.11
see https://www.gnu.org/software/automake/manual/html_node/Obsolete-Macros.html
and http://lists.gnucash.org/logs/2013/10/2013-10-27.html#T16:03:07
Modified: gnucash/trunk/autogen.sh
===================================================================
--- gnucash/trunk/autogen.sh 2013-10-27 14:58:34 UTC (rev 23340)
+++ gnucash/trunk/autogen.sh 2013-10-27 20:45:13 UTC (rev 23341)
@@ -112,7 +112,7 @@
AUTOCONF="$program"
find_program "$AUTOHEADER" autoheader 2.59
AUTOHEADER="$program"
-find_program "$AUTOMAKE" automake 1.9
+find_program "$AUTOMAKE" automake 1.11
AUTOMAKE="$program"
find_program "$ACLOCAL" aclocal 1.9
ACLOCAL="$program"
More information about the gnucash-changes
mailing list