From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87893 invoked by alias); 17 Jul 2015 06:43:08 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 87863 invoked by uid 89); 17 Jul 2015 06:43:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=unavailable version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail.emea.novell.com Received: from mail.emea.novell.com (HELO mail.emea.novell.com) (130.57.118.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 17 Jul 2015 06:43:06 +0000 Received: from EMEA1-MTA by mail.emea.novell.com with Novell_GroupWise; Fri, 17 Jul 2015 07:43:03 +0100 Message-Id: <55A8C01802000078000924CF@mail.emea.novell.com> Date: Fri, 17 Jul 2015 06:43:00 -0000 From: "Jan Beulich" To: "Michael Darling" Cc: "GCC Patches" , "H.J. Lu" ,"Binutils" , "GDB" Subject: Re: [PATCH] [4/14] Completes renaming of configure.in files to .ac References: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2015-07/txt/msg00503.txt.bz2 >>> On 17.07.15 at 06:26, wrote: > Which imported packages use configure.in? I'm happy to submit patches > for those, too. The answer to this may not even matter - consuming components (like gcc is in respect to binutils) shouldn't assume only the newer name is used: It should remain to be possible to build with older versions. I.e. you always have to check for both .ac and .in when looking for a file. Jan