Re: [PATCH 3/4] configure: add -Zargs-resp to LDFLAGS on OS/2
Eric Blake <[email protected]> Wed, 19 Nov 2014 08:31:32 -0700
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Organization | Red Hat, Inc. |
| Message-ID | <[email protected]> |
On 11/18/2014 08:54 PM, KO Myung-Hun wrote: > -Zargs-resp enables a response file support on OS/2. > > * configure.ac (LDFLAGS): add -Zargs-resp on *-*-os2*. > --- > configure.ac | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 6dca663..2ca1576 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -217,6 +217,8 @@ M4_WITH_DMALLOC > > AC_CONFIG_COMMANDS([stamp-h], [[test -z "$CONFIG_HEADERS" || date > stamp-h]]) > > +AS_CASE([$host], [*-*-os2*], [LDFLAGS="$LDFLAGS -Zargs-resp"]) > + You cannot assume $host is set unless you also guarantee that AC_CANONICAL_HOST was called. Gnulib happens to call it, but I wonder if we should also explicitly call it prior to this line so that someone copying it to another file doesn't run into problems. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org _______________________________________________ M4-patches mailing list [email protected] https://lists.gnu.org/mailman/listinfo/m4-patches
signature.asc
(application/pgp-signature, 539 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUbLfUAAoJEKeha0olJ0Nq/BIH/iDBk/aoeShXTO+svEzo8YXm WeumcoJKOK3Pbnf2HUIXlEOtn+mwbfiU38Sx8YjzvkgWEYYsRCI6Q99KGPpiMu/I +IBIGAKeWHhV4kIFu22ML9lPqB0xoJ/bcqWCIzfQp5ZDz0ibisVATVJXNjNSNE3Z Nh3axgrcobWKyIcbSdSt4h0/PYiAKItD8dmzepAOdiKfh1LRcBEWheV2xmHcLvAS nRdMRI0WGAK9+4JZJz8x4iF1y2e1qw5WhQPYDXTBL77htaKyLJbvJ6fim+zRrfwB /fxWdCSNYH+vOdqZt/yarkB6jzlYG4GoDC9nedUfz5Ys0TmvtcFrDdH6poIiOV4= =MD8U -----END PGP SIGNATURE-----