This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Update GCC to autoconf 2.69, automake 1.15.1
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Eric Gallager <egall at gwmail dot gwu dot edu>
- Cc: <gcc-patches at gcc dot gnu dot org>, <fortran at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>, <bkorb at gnu dot org>, <ibuclaw at gdcproject dot org>, <ian at airs dot com>, <jakub at redhat dot com>, <cmtice at google dot com>, <simon dot marchi at ericsson dot com>
- Date: Wed, 31 Oct 2018 17:40:36 +0000
- Subject: Re: Update GCC to autoconf 2.69, automake 1.15.1
- References: <alpine.DEB.2.21.1810310322420.32487@digraph.polyomino.org.uk> <CAMfHzOvqN53Km5RMXN0FFV-zX2n=Rq93F3dX0AarP+h+5eb53A@mail.gmail.com>
On Wed, 31 Oct 2018, Eric Gallager wrote:
> > Index: zlib/Makefile.am
> > ===================================================================
> > --- zlib/Makefile.am (revision 265631)
> > +++ zlib/Makefile.am (working copy)
> > @@ -1,6 +1,6 @@
> > ## Process this file with automake to create Makefile.in.
> >
> > -AUTOMAKE_OPTIONS = 1.8 cygnus
> > +AUTOMAKE_OPTIONS = foreign
>
> To get the modern equivalent of "cygnus" you need not just the
> "foreign" option (which you already have), but also the "no-dist"
> option in AUTOMAKE_OPTIONS.
As this is code shared with binutils-gdb, I was copying the change made
there. (Plus the include of $(top_srcdir)/../multilib.am because zlib can
be built as a target module in GCC.)
--
Joseph S. Myers
joseph@codesourcery.com