aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-09-23 08:37:26 +0200
committerMax Kellermann <max@duempel.org>2010-09-23 08:37:26 +0200
commit922e51e8a94de09ceec37bc6d26a0802de2e75d7 (patch)
treef0033f68105ed831c7f847973650dcecdcb1b9c4 /autogen.sh
parent6d9f1ad61f8cf57b13050f6e81026be3839f8fa6 (diff)
autogen.sh: enable automake 1.11
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 f45d5886..28a89c67 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.10'
+ AM_VERSIONS='1.11 1.10'
fi
if test -n "$AC_FORCE_VERSION"
then