Makefile.am: require automake 1.11

Prepare for enabling "silent-rules".
This commit is contained in:
Max Kellermann
2011-10-09 16:04:09 +02:00
parent 072f83b240
commit 176debaf37
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.11 1.10'
AM_VERSIONS='1.11'
fi
if test -n "$AC_FORCE_VERSION"
then