>From df29c5b764b540940e764a92400a7e6907d7fce3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 23 Aug 2020 01:33:08 +0200 Subject: [PATCH] build: Fix bootstrap failure with the newest gnulib. * configure.ac: Require Autoconf 2.64 at least. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c648dd7..888a08a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_PREREQ([2.63]) +AC_PREREQ([2.64]) AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [bug-m4@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.7.4