summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-03-09 08:41:07 -0800
committerJim Meyering <meyering@meta.com>2023-03-09 08:43:01 -0800
commit074cf4b3753f2f37927eebdad8ebb1dd74ba057f (patch)
tree3ac3bbbe73e5d1e8a0d6a9c7575cbc8a514b0f3a /ChangeLog
parent570d7dbfff17995c9999ec9ab3d7296d960f1e46 (diff)
downloadgnulib-074cf4b3753f2f37927eebdad8ebb1dd74ba057f.tar.gz
bootstrap: remove code that accommodated RHEL5's old autoreconf
* top/bootstrap-funclib.sh (autogen) [AUTORECONFFLAGS]: RHEL5 has not been supported since 2017. It included (and this code worked around) a version of autoreconf that was so old it did not accept the --no-recursive option. Drop that workaround. * build-aux/bootstrap: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc3bf8e087..16b4eb3170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-03-09 Jim Meyering <meyering@fb.com>
+
+ bootstrap: remove code that accommodated RHEL5's old autoreconf
+ * top/bootstrap-funclib.sh (autogen) [AUTORECONFFLAGS]: RHEL5 has not
+ been supported since 2017. It included (and this code worked around)
+ a version of autoreconf that was so old it did not accept the
+ --no-recursive option. Drop that workaround.
+ * build-aux/bootstrap: Regenerate.
+
2023-03-08 Bruno Haible <bruno@clisp.org>
gettimeofday, timespec_get tests: Avoid test failure on glibc/Linux.