From: Bruno Haible Date: Sun, 29 Apr 2012 11:20:25 +0000 (+0200) Subject: Allow use of autoconf-2.69 and automake-1.12. X-Git-Tag: v0.18.2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4194c8b07fe6672475790ef2127430b3e5aaabcb;p=thirdparty%2Fgettext.git Allow use of autoconf-2.69 and automake-1.12. --- diff --git a/ChangeLog b/ChangeLog index f2c66b09a..f38e9734e 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-02-18 Bruno Haible Improve ensurance that intmax_t gets defined in libasprintf. diff --git a/autogen.sh b/autogen.sh index 7f815a051..904254f70 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,8 @@ # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files # with new versions of autoconf or automake. # -# This script requires autoconf-2.60..2.68 and automake-1.11.1 in the PATH. +# This script requires autoconf-2.60..2.69 and automake-1.11.1..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