summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-06 01:11:19 +0100
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-06 14:01:02 -0600
commit62141b4202a128b36629566999395432881f854a (patch)
tree2e49500cb7e62454647b137563ac2c03d1ce0c58 /ChangeLog
parent0d55e4913765f46e92d7e033460b8a6fd1c9b192 (diff)
downloadgroff-git-62141b4202a128b36629566999395432881f854a.tar.gz
Makefile.am (AR): Remove hardcoded value.
* Makefile.am (AR): Remove hardcoded value. Let Automake use the value from config.status. [Fixes build problem on 64-bit AIX. Problem appears to date back to commit 5fec19d453, 2014-08-15. --GBR]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 872f34afe..69f6f1042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-03-06 Bruno Haible <bruno@clisp.org>
+ * Makefile.am (AR): Remove hardcoded value. Let Automake use the
+ value from config.status.
+
+ {Fixes build problem on 64-bit AIX. Problem appears to date
+ back to commit 5fec19d453, 2014-08-15. --GBR}
+
+2023-03-06 Bruno Haible <bruno@clisp.org>
+
* arch/misc/misc.am (shdeps.sed): Rename target from this...
($(SH_DEPS_SED_SCRIPT)): ...to this, to work better with make(1)
on FreeBSD, NetBSD, and AIX.