From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126368 invoked by alias); 12 May 2015 17:19:04 -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 126347 invoked by uid 89); 12 May 2015 17:19:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients 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; Tue, 12 May 2015 17:19:02 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-03.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YsDpZ-0003W8-Oy from joseph_myers@mentor.com ; Tue, 12 May 2015 10:18:57 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-03.mgc.mentorg.com (137.202.0.108) with Microsoft SMTP Server id 14.3.224.2; Tue, 12 May 2015 18:18:56 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.82) (envelope-from ) id 1YsDpW-00022i-Si; Tue, 12 May 2015 17:18:54 +0000 Date: Tue, 12 May 2015 17:22:00 -0000 From: Joseph Myers To: Michael Haubenwallner CC: Bernd Edlinger , Paolo Bonzini , DJ Delorie , Nathanael Nerode , Alexandre Oliva , Ralf Wildenhues , Jan-Benedict Glaw , GCC Patches , Janne Blomqvist , Kai Tietz , Jeff Law Subject: Re: [patch 1/28] top-level: Use automake-1.11.6 In-Reply-To: <55522D1C.7010601@ssi-schaefer.com> Message-ID: References: <5548E9C3.1090408@ssi-schaefer.com> <5549D5F1.50308@ssi-schaefer.com>, ,,,,, <5551BDC3.5070002@ssi-schaefer.com> <55522D1C.7010601@ssi-schaefer.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2015-05/txt/msg01131.txt.bz2 On Tue, 12 May 2015, Michael Haubenwallner wrote: > It turns out that besides the top-level ones there are more copied-from-automake > files in various library dirs - where some of them seem quite outdated actually: > > libffi/mdate-sh > libjava/classpath/INSTALL > libjava/libltdl/config.guess > libjava/libltdl/config.sub > libjava/libltdl/install-sh > libjava/libltdl/missing > > As they don't seem to make troubles, I prefer to leave them untouched as well. That seems sensible (these are cases of projects maintained in other repositories, that may or may not have some GCC-local changes rather than all files just being imported verbatim from elsewhere). -- Joseph S. Myers joseph@codesourcery.com