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:
@@ -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
|
||||
|
Reference in New Issue
Block a user