summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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++.