From: Bruno Haible Date: Thu, 30 Nov 2006 13:29:08 +0000 (+0000) Subject: Allow autoconf-2.61. X-Git-Tag: v0.17~616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de02acab44eeb9fe637845cc3353621fb9a1119;p=thirdparty%2Fgettext.git Allow autoconf-2.61. --- diff --git a/autogen.sh b/autogen.sh index c48ee2da7..62704e3de 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