summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-11-10 11:53:23 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-11-10 11:53:23 +0100
commit4b4f1e31e44e8d94a7d8fc3357433e35a02445e5 (patch)
treefe72091178c6ceb085f9d12d5c690833d95f2f38 /configure.ac
parent2aed0cc70236b7e36c584f6d49e2689d18054616 (diff)
downloadautomake-4b4f1e31e44e8d94a7d8fc3357433e35a02445e5.tar.gz
* configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fcc89023c..9e082045b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CANONICAL_BUILD
# suite) without being bothered by `missing'.
AC_SUBST([am_AUTOCONF], ["${AUTOCONF-autoconf}"])
-AM_INIT_AUTOMAKE([1.8a dist-bzip2 filename-length-max=99 color-tests])
+AM_INIT_AUTOMAKE([1.10a dist-bzip2 filename-length-max=99 color-tests])
# The API version is the base version. We must guarantee
# compatibility for all releases with the same API version.