From: Bruno Haible Date: Thu, 21 May 2009 22:16:45 +0000 (+0000) Subject: Require automake >= 1.11. X-Git-Tag: v0.18~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7465cb5af9310db44146304906afc2ff85f1752e;p=thirdparty%2Fgettext.git Require automake >= 1.11. --- diff --git a/ChangeLog b/ChangeLog index eb8636b17..6f7415797 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-21 Bruno Haible + + Require automake >= 1.11. + * autogen.sh: Update comment. + 2009-05-21 Bruno Haible Support automake 1.11. diff --git a/autogen.sh b/autogen.sh index e26acb30b..443c78227 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.60..2.63 and automake-1.10..1.11 in the PATH. +# This script requires autoconf-2.60..2.63 and automake-1.11 in the PATH. # It also requires either # - the GNULIB_TOOL environment variable pointing to the gnulib-tool script # in a gnulib checkout, or