GNU bug report logs - #53650
[PATCH] AM_PROG_AR: require before AC_PROG_AR

Previous Next

Package: automake-patches;

Reported by: Mike Frysinger <vapier <at> gentoo.org>

Date: Mon, 31 Jan 2022 07:44:01 UTC

Severity: normal

Tags: patch

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53650 in the body.
You can then email your comments to 53650 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to automake-patches <at> gnu.org:
bug#53650; Package automake-patches. (Mon, 31 Jan 2022 07:44:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mike Frysinger <vapier <at> gentoo.org>:
New bug report received and forwarded. Copy sent to automake-patches <at> gnu.org. (Mon, 31 Jan 2022 07:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: automake-patches <at> gnu.org
Subject: [PATCH] AM_PROG_AR: require before AC_PROG_AR
Date: Mon, 31 Jan 2022 02:43:42 -0500
The new autoconf AC_PROG_AR macro has similar logic to what we have in
AM_PROG_AR, but less than what we need (since autoconf doesn't support
the MS archiver), so make sure we are run before AC_PROG_AR.

* m4/ar-lib.m4: Call AC_BEFORE for AC_PROG_AR.
---
 m4/ar-lib.m4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/m4/ar-lib.m4 b/m4/ar-lib.m4
index 0bd2f6bf9f88..1b5a0272aec7 100644
--- a/m4/ar-lib.m4
+++ b/m4/ar-lib.m4
@@ -13,6 +13,7 @@
 AC_DEFUN([AM_PROG_AR],
 [AC_BEFORE([$0], [LT_INIT])dnl
 AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl
+AC_BEFORE([$0], [AC_PROG_AR])dnl
 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 AC_REQUIRE_AUX_FILE([ar-lib])dnl
 AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
-- 
2.34.1





Information forwarded to automake-patches <at> gnu.org:
bug#53650; Package automake-patches. (Mon, 31 Jan 2022 22:39:02 GMT) Full text and rfc822 format available.

Message #8 received at 53650 <at> debbugs.gnu.org (full text, mbox):

From: Karl Berry <karl <at> freefriends.org>
To: vapier <at> gentoo.org
Cc: 53650 <at> debbugs.gnu.org
Subject: Re: [bug#53650] [PATCH] AM_PROG_AR: require before AC_PROG_AR
Date: Mon, 31 Jan 2022 15:38:47 -0700
    +AC_BEFORE([$0], [AC_PROG_AR])dnl

Seems fine. I take your word for it :).




bug closed, send any further explanations to 53650 <at> debbugs.gnu.org and Mike Frysinger <vapier <at> gentoo.org> Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Tue, 01 Feb 2022 02:42:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 Mar 2022 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 115 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.