Require autoconf 1.11

This is because AM_SUBST_NOTMAKE is only offically supported since
this version of automake.
This commit is contained in:
Werner Koch 2011-04-14 19:23:04 +02:00
parent 3bd6538bf5
commit 7929e89093
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-04-14 Werner Koch <wk@g10code.com>
* configure.ac: Require automake 1.11.
2011-04-06 Werner Koch <wk@g10code.com>
* autogen.sh (--build-w32): Support option --build-w64.

View File

@ -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"