From: Bruno Haible Date: Wed, 9 Dec 2020 20:43:31 +0000 (+0100) Subject: build: Allow building with Autoconf 2.70. X-Git-Tag: v0.21.1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7512fce74ceb887f73dc969ed5573006e4bdd3;p=thirdparty%2Fgettext.git build: Allow building with Autoconf 2.70. * libtextstyle/autogen.sh: Update comment. --- diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh index 8c3dd74c2..5100452b9 100755 --- a/libtextstyle/autogen.sh +++ b/libtextstyle/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.69 and automake-1.11..1.16 in the PATH. +# This script requires autoconf-2.63..2.70 and automake-1.11..1.16 in the PATH. # If not used from a released tarball, it also requires # - the GNULIB_SRCDIR environment variable pointing to a gnulib checkout.