>From 65a86224ee31f0008ae77d6a107c04c93b4364d5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 6 Mar 2023 01:11:19 +0100 Subject: [PATCH] build: Fix build failure on AIX in 64-bit mode. * Makefile.am (AR): Remove hardcoded value. Let Automake use the value from config.status. --- Makefile.am | 4 ++-- 1 file 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++. -- 2.34.1