From: Bruno Haible Date: Mon, 27 Nov 2006 17:14:14 +0000 (+0000) Subject: Also allow autoconf-2.61. X-Git-Tag: v0.16.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8edbd0f04803409874eb0575e38a95f7510357a6;p=thirdparty%2Fgettext.git Also allow autoconf-2.61. --- diff --git a/autogen.sh b/autogen.sh index 933385bec..cc659e46f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # Convenience script for regenerating all aclocal.m4, config.h.in, Makefile.in, # configure files with new versions of autoconf or automake. # -# This script requires autoconf-2.60 and automake-1.10 in the PATH. +# This script requires autoconf-2.60..2.61 and automake-1.10 in the PATH. # It also requires either # - the GNULIB_TOOL environment variable pointing to the gnulib-tool script # in a gnulib checkout, or