X-Loop: help-debbugs@HIDDEN
Subject: bug#53782: supporting objects with & w/out libtool via conditionals
Resent-From: Mike Frysinger <vapier@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-automake@HIDDEN
Resent-Date: Fri, 04 Feb 2022 18:44:02 +0000
Resent-Message-ID: <handler.53782.B.164400023429549 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 53782
X-GNU-PR-Package: automake
X-GNU-PR-Keywords:
To: 53782 <at> debbugs.gnu.org
X-Debbugs-Original-To: bug-automake@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.164400023429549
(code B ref -1); Fri, 04 Feb 2022 18:44:02 +0000
Received: (at submit) by debbugs.gnu.org; 4 Feb 2022 18:43:54 +0000
Received: from localhost ([127.0.0.1]:32802 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1nG3Ya-0007gJ-L4
for submit <at> debbugs.gnu.org; Fri, 04 Feb 2022 13:43:54 -0500
Received: from lists.gnu.org ([209.51.188.17]:54474)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <vapier@HIDDEN>) id 1nG3YY-0007gA-Lf
for submit <at> debbugs.gnu.org; Fri, 04 Feb 2022 13:43:39 -0500
Received: from eggs.gnu.org ([209.51.188.92]:51228)
by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from <vapier@HIDDEN>) id 1nG3YU-0004H0-2P
for bug-automake@HIDDEN; Fri, 04 Feb 2022 13:43:34 -0500
Received: from [2001:470:ea4a:1:5054:ff:fec7:86e4] (port=53049
helo=smtp.gentoo.org)
by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
(Exim 4.90_1) (envelope-from <vapier@HIDDEN>) id 1nG3YN-0004EL-60
for bug-automake@HIDDEN; Fri, 04 Feb 2022 13:43:32 -0500
Received: by smtp.gentoo.org (Postfix, from userid 559)
id 9E1BC342FBD; Fri, 4 Feb 2022 18:43:14 +0000 (UTC)
Date: Fri, 4 Feb 2022 13:43:14 -0500
From: Mike Frysinger <vapier@HIDDEN>
Message-ID: <Yf1zwo4J7uc87+gy@vapier>
Mail-Followup-To: bug-automake@HIDDEN
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
protocol="application/pgp-signature"; boundary="son5Sf4osfgvGpRo"
Content-Disposition: inline
X-Host-Lookup-Failed: Reverse DNS lookup failed for
2001:470:ea4a:1:5054:ff:fec7:86e4 (failed)
Received-SPF: pass client-ip=2001:470:ea4a:1:5054:ff:fec7:86e4;
envelope-from=vapier@HIDDEN; helo=smtp.gentoo.org
X-Spam_score_int: -33
X-Spam_score: -3.4
X-Spam_bar: ---
X-Spam_report: (-3.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3,
RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001,
T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.7 (-)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.3 (/)
--son5Sf4osfgvGpRo
Content-Type: multipart/mixed; boundary="BXU04lRsp7yo/BfD"
Content-Disposition: inline
--BXU04lRsp7yo/BfD
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
see the attached example configure.ac & Makefile.am. it fails:
$ autoreconf -vfi
...
Makefile.am: error: object 'source.$(OBJEXT)' created both with libtool and without
if the Makefile.am line is enabled though:
lib_a_CFLAGS = $(AM_CFLAGS)
it works. seems like we should be able to handle this better.
-mike
--BXU04lRsp7yo/BfD
Content-Type: application/vnd.nokia.n-gage.ac+xml
Content-Disposition: attachment; filename="configure.ac"
Content-Transfer-Encoding: quoted-printable
AC_INIT(project, 0)=0AAM_INIT_AUTOMAKE([1.16 foreign no-dist -Wall])=0AAM_P=
ROG_AR=0ALT_INIT=0AAC_ARG_ENABLE(libtool, [--enable-libtool])=0AAM_CONDITIO=
NAL(USE_LIBTOOL, test x"$enable_libtool" =3D yes)=0AAC_CONFIG_FILES(Makefil=
e)=0AAC_OUTPUT=0A
--BXU04lRsp7yo/BfD
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename="Makefile.am"
SOURCES = source.c
if USE_LIBTOOL
noinst_LTLIBRARIES = libtest.la
libtest_la_SOURCES = $(SOURCES)
else
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(SOURCES)
#lib_a_CFLAGS = $(AM_CFLAGS)
endif
--BXU04lRsp7yo/BfD--
--son5Sf4osfgvGpRo
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmH9c8IACgkQQWM7n+g3
9YG45Q/+MhdyX8Q/JHKG6cm2LvpZ50bRhlpG6WOQGYAVTWFWT+f8iVhvA8D1jBTp
6KUO7UVg9xQhNVldiGO3PG14D4Hbr6k+LvHYUiRvF7CDPSOdP+vKQqF4ko5TSRMv
Hz34TTQLT2KGw169im/N0hnoPmHgk/qeCNCe/38ucUfMRXoA+cdXmLh0tItO521E
J0P6TvNxS3CcOBlebp3Agdx4dtoz3Z7N4W1Nf/aP0AN4WF1BjLHipUb/DkCmUjUC
67dKqby0h3JspRM3ZnF5cepLmQz2svH0kC8SRTiTGcc2EXdUS7VZFixc46nWiYtD
/hpZk4kvCBDA1xOvVmi3tQOewZHXQ7TeN9hMfpSRtwixXPTAa2kMiIUuCyq+N4dE
0icCx2ek1aiRd+11pojEgVdBVj+XkWQFroEWaaau1ywVrM+2ZKX03UQQbeTdbCCY
7ot50ECcQeCi/V7W29h4JlEQbykCtat6zXg4rAAXKwKnD1FZMb4vQqAjJNJX3IZP
ZbyirVjnxsMoz3AanKSyz7NVwmUgvmSFKeXLJDbr9HDScUI1p2Y0slXVEjLYjOJ2
0RmPopHl0ZoX4MJxJtUsDkRCq9EetNEcnMzAjmPtjpXIx+w05XRIfAFzoIT++s1E
WV1WLbai7KFhcMl9u+SKk04uRrP5yG2w2Nai+yzJrWsao/Av/iQ=
=+TgH
-----END PGP SIGNATURE-----
--son5Sf4osfgvGpRo--
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Mike Frysinger <vapier@HIDDEN> Subject: bug#53782: Acknowledgement (supporting objects with & w/out libtool via conditionals) Message-ID: <handler.53782.B.164400023429549.ack <at> debbugs.gnu.org> References: <Yf1zwo4J7uc87+gy@vapier> X-Gnu-PR-Message: ack 53782 X-Gnu-PR-Package: automake Reply-To: 53782 <at> debbugs.gnu.org Date: Fri, 04 Feb 2022 18:44:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-automake@HIDDEN If you wish to submit further information on this problem, please send it to 53782 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 53782: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53782 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at control) by debbugs.gnu.org; 8 Feb 2022 03:46:36 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 22:46:36 2022 Received: from localhost ([127.0.0.1]:44566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nHHSd-0005N7-WD for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 22:46:36 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:42752 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <vapier@HIDDEN>) id 1nHHSc-0005Mr-AO for control <at> debbugs.gnu.org; Mon, 07 Feb 2022 22:46:35 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id E3FE2342D01; Tue, 8 Feb 2022 03:46:27 +0000 (UTC) From: Mike Frysinger <vapier@HIDDEN> To: control <at> debbugs.gnu.org Subject: Control message Message-Id: <20220208034627.E3FE2342D01@HIDDEN> Date: Tue, 8 Feb 2022 03:46:27 +0000 (UTC) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -6.0 (------) severity 53782 wishlist tag 53782 = confirmed thankyou
Received: (at control) by debbugs.gnu.org; 8 Feb 2022 03:46:36 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 22:46:36 2022 Received: from localhost ([127.0.0.1]:44566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nHHSd-0005N7-WD for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 22:46:36 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:42752 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <vapier@HIDDEN>) id 1nHHSc-0005Mr-AO for control <at> debbugs.gnu.org; Mon, 07 Feb 2022 22:46:35 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id E3FE2342D01; Tue, 8 Feb 2022 03:46:27 +0000 (UTC) From: Mike Frysinger <vapier@HIDDEN> To: control <at> debbugs.gnu.org Subject: Control message Message-Id: <20220208034627.E3FE2342D01@HIDDEN> Date: Tue, 8 Feb 2022 03:46:27 +0000 (UTC) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -6.0 (------) severity 53782 wishlist tag 53782 = confirmed thankyou
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.