Makefile.am: require automake 1.10

Refuse to build with automake 1.9.  1.9 is quite old already, and I'm
too lazy to test with ancient versions.
This commit is contained in:
Max Kellermann
2009-06-25 11:52:55 +02:00
parent eacd604518
commit 5b78b46a30
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ if test -n "$AM_FORCE_VERSION"
then
AM_VERSIONS="$AM_FORCE_VERSION"
else
AM_VERSIONS='1.9 1.10'
AM_VERSIONS='1.10'
fi
if test -n "$AC_FORCE_VERSION"
then