[Gnucash-changes] r13250 - gnucash/trunk - depend on autoconf 2.59 and automake 1.9

Derek Atkins warlord at cvs.gnucash.org
Sun Feb 12 22:28:51 EST 2006


Author: warlord
Date: 2006-02-12 22:28:50 -0500 (Sun, 12 Feb 2006)
New Revision: 13250
Trac: http://svn.gnucash.org/trac/changeset/13250

Modified:
   gnucash/trunk/autogen.sh
Log:
depend on autoconf 2.59 and automake 1.9


Modified: gnucash/trunk/autogen.sh
===================================================================
--- gnucash/trunk/autogen.sh	2006-02-13 00:15:15 UTC (rev 13249)
+++ gnucash/trunk/autogen.sh	2006-02-13 03:28:50 UTC (rev 13250)
@@ -107,13 +107,13 @@
 : ${INTLTOOLIZE=intltoolize}
 : ${LIBTOOLIZE=libtoolize}
 
-find_program "$AUTOCONF" autoconf 2.53
+find_program "$AUTOCONF" autoconf 2.59
 AUTOCONF="$program"
-find_program "$AUTOHEADER" autoheader 2.53
+find_program "$AUTOHEADER" autoheader 2.59
 AUTOHEADER="$program"
-find_program "$AUTOMAKE" automake 1.5 "1.6 1.7"
+find_program "$AUTOMAKE" automake 1.9
 AUTOMAKE="$program"
-find_program "$ACLOCAL" aclocal 1.5 "1.6 1.7"
+find_program "$ACLOCAL" aclocal 1.9
 ACLOCAL="$program"
 
 ############################################################



More information about the gnucash-changes mailing list