aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-04-14 17:23:04 +0000
committerWerner Koch <[email protected]>2011-04-14 17:23:04 +0000
commit7929e89093dfdae3a97edd48e138ad09f5016bd1 (patch)
tree034dadd6a9f0742639784e897b076a5e01ae7d31 /configure.ac
parentAdd an AC_SUBST_NOTMAKE (diff)
downloadgpgme-7929e89093dfdae3a97edd48e138ad09f5016bd1.tar.gz
gpgme-7929e89093dfdae3a97edd48e138ad09f5016bd1.zip
Require autoconf 1.11
This is because AM_SUBST_NOTMAKE is only offically supported since this version of automake.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ab77082..a27f0335 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# (Process this file with autoconf to produce a configure script.)
AC_PREREQ(2.59)
-min_automake_version="1.10"
+min_automake_version="1.11"
# Version number: Remember to change it immediately *after* a release.
# Make sure to run "svn up" and "./autogen.sh --force"