From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119825 invoked by alias); 31 Oct 2018 17:40:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 119639 invoked by uid 89); 31 Oct 2018 17:40:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=foreign X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 31 Oct 2018 17:40:44 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-03.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1gHuTw-00073r-IJ from joseph_myers@mentor.com ; Wed, 31 Oct 2018 10:40:40 -0700 Received: from digraph.polyomino.org.uk (137.202.0.90) by SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Wed, 31 Oct 2018 17:40:37 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.90_1) (envelope-from ) id 1gHuTs-0002gV-NC; Wed, 31 Oct 2018 17:40:36 +0000 Date: Wed, 31 Oct 2018 18:39:00 -0000 From: Joseph Myers To: Eric Gallager CC: , , , , , , , , Subject: Re: Update GCC to autoconf 2.69, automake 1.15.1 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2018-10/txt/msg02075.txt.bz2 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