summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-08-08 04:04:28 +0200
committerBruno Haible <bruno@clisp.org>2021-08-08 04:04:28 +0200
commit5255b01d2c863e75c9e8ca72d6e9bec12eaa5fde (patch)
treedfe5a9bb81d6ac7c4d34781215691c988e59bd4c
parent683b84444bc3228a429022bc80b03e62c402161d (diff)
downloadlibunistring-5255b01d2c863e75c9e8ca72d6e9bec12eaa5fde.tar.gz
Update after gnulib/build-aux/test-driver.diff changed.
* autogen.sh: Make it clear that Automake 1.16.4 is now required. * HACKING: Likewise.
-rw-r--r--HACKING2
-rwxr-xr-xautogen.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index fa59b41..fa68a87 100644
--- a/HACKING
+++ b/HACKING
@@ -11,7 +11,7 @@ You will need reasonably recent versions of the build tools:
+ Homepage:
https://gcc.gnu.org/
- * GNU automake
+ * GNU automake 1.16.4 or newer
+ Homepage:
https://www.gnu.org/software/automake/
diff --git a/autogen.sh b/autogen.sh
index 653657c..75b3c9c 100755
--- a/autogen.sh
+++ b/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.71 and automake-1.11..1.16 in the PATH.
+# This script requires autoconf-2.65..2.71 and automake-1.16.4 in the PATH.
# If not used from a released tarball, it also requires either
# - the GNULIB_SRCDIR environment variable pointing to a gnulib checkout, or
# - a preceding invocation of './gitsub.sh pull'.