From: Werner Koch Date: Thu, 14 Apr 2011 17:23:04 +0000 (+0200) Subject: Require autoconf 1.11 X-Git-Tag: gpgme-1.3.1~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7929e89093dfdae3a97edd48e138ad09f5016bd1;p=gpgme.git Require autoconf 1.11 This is because AM_SUBST_NOTMAKE is only offically supported since this version of automake. --- diff --git a/ChangeLog b/ChangeLog index cb88a8b..505ea40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-14 Werner Koch + + * configure.ac: Require automake 1.11. + 2011-04-06 Werner Koch * autogen.sh (--build-w32): Support option --build-w64. diff --git a/configure.ac b/configure.ac index 3ab7708..a27f033 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"