From 7929e89093dfdae3a97edd48e138ad09f5016bd1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 14 Apr 2011 19:23:04 +0200 Subject: Require autoconf 1.11 This is because AM_SUBST_NOTMAKE is only offically supported since this version of automake. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit v1.2.3