From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28421 invoked by alias); 20 May 2005 18:24:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28392 invoked from network); 20 May 2005 18:24:26 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 20 May 2005 18:24:26 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DZCAb-0000tV-S9; Fri, 20 May 2005 14:24:25 -0400 Date: Fri, 20 May 2005 20:47:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Eliminate warnings about snprintf declaration Message-ID: <20050520182425.GA3365@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , gdb-patches@sourceware.org References: <20050514141204.GA10684@nevyn.them.org> <01c558a0$Blat.v2.4$2b06ba40@zahav.net.il> <20050515170435.GB11855@nevyn.them.org> <01c55d34$Blat.v2.4$78a096c0@zahav.net.il> <01c55d46$Blat.v2.4$2cdcf820@zahav.net.il> <01c55d4d$Blat.v2.4$15584ae0@zahav.net.il> <01c55d68$Blat.v2.4$760750a0@zahav.net.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c55d68$Blat.v2.4$760750a0@zahav.net.il> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00496.txt.bz2 On Fri, May 20, 2005 at 09:18:25PM +0300, Eli Zaretskii wrote: > I dodn't know what I was missing; I ended up downloading a snapshot > and doing the work there. > > The regenerated config.in and configure.ac are now committed. I bet I know what it is now. aclocal.m4 uses m4_include to include acinclude.m4; acinclude.m4 uses sinclude to include various other files. Like ../bfd/bfd.m4 and ../gettext.m4. -- Daniel Jacobowitz CodeSourcery, LLC