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

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23341 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Frank H. Ellenberger 2013-10-27 20:45:13 +00:00
parent 693a2efed7
commit 9e4c76ece4

View File

@ -112,7 +112,7 @@ find_program "$AUTOCONF" autoconf 2.59
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"