gbranden pushed a commit to branch master
in repository groff.
commit 62141b4202a128b36629566999395432881f854a
Author: Bruno Haible <[email protected]>
AuthorDate: Mon Mar 6 01:11:19 2023 +0100
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]
---
ChangeLog | 8 ++++++++
Makefile.am | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 872f34afe..69f6f1042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-03-06 Bruno Haible <[email protected]>
+
+ * 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 <[email protected]>
* arch/misc/misc.am (shdeps.sed): Rename target from this...
diff --git a/Makefile.am b/Makefile.am
index a5d8907f4..f7ab4107e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-2020 Free Software Foundation, Inc.
+# Copyright (C) 1989-2023 Free Software Foundation, Inc.
# Original Makefile.in written by James Clark ([email protected])
# Migrated to Automake by Bertrand Garrigues
#
@@ -449,6 +449,7 @@ CCC=@CXX@
# LIBS
# LIBM
# LIBICONV
+# AR
# RANLIB
# INSTALL
# INSTALL_PROGRAM
@@ -457,7 +458,6 @@ CCC=@CXX@
# INSTALL_INFO
# LN_S
-AR=ar
ETAGS=etags
ETAGSFLAGS=
# Flag that tells etags to assume C++.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit