aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-09 16:04:09 +0200
committerMax Kellermann <max@duempel.org>2011-10-09 18:32:55 +0200
commit176debaf374b248ac098ac46877938c60ac7f7c8 (patch)
tree4a3bdf554e85a583f1f8f14018317cbf4ae0b5c4 /autogen.sh
parent072f83b2409a3441207145794ba1cd7f4fd13f3a (diff)
Makefile.am: require automake 1.11
Prepare for enabling "silent-rules".
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 28a89c67..f163e35a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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