autogen.sh: enable automake 1.11

This commit is contained in:
Max Kellermann 2010-09-23 08:37:26 +02:00
parent 6d9f1ad61f
commit 922e51e8a9

View File

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