autogen.sh: Require automake version 1.9

This is the first version of automake to support a slash in SUBDIRS, (as
used by the recent addition of cairo/boilerplate). Thanks to Frederic Peters
for pointing this out (fixes bug #8152).
This commit is contained in:
Carl Worth 2006-09-06 14:19:32 -07:00
parent b5a64138bb
commit 8a25471c25

View file

@ -10,9 +10,10 @@ AUTOHEADER=${AUTOHEADER-autoheader}
AUTOMAKE_FLAGS="--add-missing --foreign"
AUTOCONF=${AUTOCONF-autoconf}
# automake 1.9 requires autoconf ???
# automake 1.8 requires autoconf 2.58
# automake 1.7 requires autoconf 2.54
automake_min_vers=1.7
automake_min_vers=1.9
aclocal_min_vers=$automake_min_vers
autoconf_min_vers=2.54
libtoolize_min_vers=1.4