From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9901 invoked by alias); 20 May 2005 20:47:48 -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 9876 invoked from network); 20 May 2005 20:47:43 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 20 May 2005 20:47:43 -0000 Received: from zaretski (IGLD-83-130-247-87.inter.net.il [83.130.247.87]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BHA78033 (AUTH halo1); Fri, 20 May 2005 23:47:33 +0300 (IDT) Date: Fri, 20 May 2005 22:16:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sourceware.org Message-ID: <01c55d7c$Blat.v2.4$d01397c0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050520182425.GA3365@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 20 May 2005 14:24:25 -0400) Subject: Re: [RFA] Eliminate warnings about snprintf declaration Reply-to: Eli Zaretskii 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> <20050520182425.GA3365@nevyn.them.org> X-SW-Source: 2005-05/txt/msg00498.txt.bz2 > Date: Fri, 20 May 2005 14:24:25 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sourceware.org > > 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. Probably. It is still a mystery to me why there's no Makefile rule to regenerate configure and config.in when configure.ac is modified.