From cb90eb82980aa4765abd0406d92dd1c9954c6869 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 29 Apr 2012 12:52:25 +0200 Subject: Allow use of autoconf-2.69 and automake-1.12. --- ChangeLog | 5 +++++ autogen.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9382394..a81dcdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-04-29 Bruno Haible + + Allow use of autoconf-2.69 and automake-1.12. + * autogen.sh: Update comments. + 2012-01-15 Bruno Haible Support for MSVC 9. diff --git a/autogen.sh b/autogen.sh index 9be9365..f558615 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files # with new versions of autoconf or automake. # -# This script requires autoconf-2.63..2.68 and automake-1.11 in the PATH. +# This script requires autoconf-2.63..2.69 and automake-1.11..1.12 in the PATH. # It also requires either # - the GNULIB_TOOL environment variable pointing to the gnulib-tool script # in a gnulib checkout, or @@ -12,7 +12,7 @@ # It also requires # - the gperf program. -# Copyright (C) 2003-2011 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1