groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/08: Makefile.am (AR): Remove hardcoded value.


From: G. Branden Robinson
Subject: [groff] 02/08: Makefile.am (AR): Remove hardcoded value.
Date: Mon, 6 Mar 2023 16:22:21 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 62141b4202a128b36629566999395432881f854a
Author: Bruno Haible <bruno@clisp.org>
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 <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...
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 (jjc@jclark.com)
 # 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++.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]