summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-01-12 22:18:39 +0100
committerPeter Simons <simons@cryp.to>2010-01-12 22:18:39 +0100
commit810f2a8cc3e9dc34ef68b123ab15aaf07648e702 (patch)
treefbbdb4929c8be3e57a54ca5244316da4a2a04858 /configure.ac
parent0576534b7ef9a7ab978509a18107cb3d1679bb90 (diff)
downloadautoconf-archive-810f2a8cc3e9dc34ef68b123ab15aaf07648e702.tar.gz
configure.ac: document the fact that we depend on Automake 1.11 or later because of the dist-xz option
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 a1a3a78..c23fab9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl configure the Autoconf Archive
AC_INIT([autoconf-archive], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [autoconf-archive-maintainers@nongnu.org])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall gnu dist-bzip2 dist-xz])
+AM_INIT_AUTOMAKE([1.11 -Wall gnu dist-bzip2 dist-xz])
AC_CONFIG_SRCDIR([doc/autoconf-archive.texi])
AC_COPYRIGHT([dnl
Compilation Copyright 2010 Autoconf Archive Maintainers