summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2012-04-06 13:29:46 +0200
committerAndreas Gruenbacher <agruen@linbit.com>2012-04-06 13:29:46 +0200
commita8699f834be673d69b30909d9e5d53981d4cb00e (patch)
tree93e961bd04b986239f49ebbb7ae1b89c744127fa /configure.ac
parentf4accb062bc601b32745c2b5c7f8ca0be6a1ddf2 (diff)
downloadpatch-a8699f834be673d69b30909d9e5d53981d4cb00e.tar.gz
Require automake-1.11.2
* configure.ac (AM_INIT_AUTOMAKE): Require version 1.11.2 which introduced the AM_PROG_AR macro, used since commit 297f9e7d.
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 d0afe7c..9943f03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AM_CONDITIONAL([ENABLE_MERGE], [test "$enableval" != no])
AM_CONDITIONAL([ALPHA_VERSION],
[[echo "$PACKAGE_VERSION" | grep -- "-[0-9a-f][0-9a-f]*\\(-dirty\\)\\?$" >/dev/null]])
-AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror gnu dist-bzip2 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11.2 -Wall -Werror gnu dist-bzip2 dist-xz color-tests parallel-tests])
AM_SILENT_RULES([yes])
AC_CONFIG_HEADER([config.h:config.hin])