From d97e048b08707a2918c13d314a61357a649be9d7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 1 Sep 2024 21:09:42 -0400 Subject: [PATCH] * bootstrap.conf: Update to newer prerequisites --- bootstrap.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 871bdb09..5abb5488 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -19,7 +19,7 @@ checkout_only_file=README.git # Choose a specific version of gnulib, when checking out -GNULIB_REVISION=stable-202401 +GNULIB_REVISION=stable-202407 # Always copy files rather than symlink copy=true @@ -42,8 +42,8 @@ vc_ignore= # Build prerequisites buildreq="\ -autoconf 2.69 -automake 1.16.1 +autoconf 2.72 +automake 1.16.5 " gnulib_name=libgnu