From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26310 invoked by alias); 20 May 2005 18:22:07 -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 26258 invoked from network); 20 May 2005 18:22:00 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 20 May 2005 18:22:00 -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 BHA01443 (AUTH halo1); Fri, 20 May 2005 21:21:51 +0300 (IDT) Date: Fri, 20 May 2005 18:26:00 -0000 From: "Eli Zaretskii" To: Eli Zaretskii Message-ID: <01c55d68$Blat.v2.4$760750a0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sourceware.org In-reply-to: <01c55d4d$Blat.v2.4$15584ae0@zahav.net.il> (eliz@gnu.org) Subject: Re: [RFA] Eliminate warnings about snprintf declaration Reply-to: Eli Zaretskii References: <01c55708$Blat.v2.4$cfc9f040@zahav.net.il> <20050512154716.GA3513@nevyn.them.org> <01c5570e$Blat.v2.4$1c533160@zahav.net.il> <20050512162453.GA5180@nevyn.them.org> <01c55732$Blat.v2.4$e9bd3640@zahav.net.il> <20050512205103.GB13519@nevyn.them.org> <01c5586c$Blat.v2.4$a7dfc720@zahav.net.il> <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> X-SW-Source: 2005-05/txt/msg00495.txt.bz2 > Date: Fri, 20 May 2005 18:02:22 +0300 > From: "Eli Zaretskii" > CC: gdb-patches@sourceware.org > > > From: Andreas Schwab > > Cc: gdb-patches@sourceware.org > > Date: Fri, 20 May 2005 16:34:15 +0200 > > > > "Eli Zaretskii" writes: > > > > > The problem is, for some uninteresting reasons, I need to regenerate > > > configure and config.in on a machine where I don't have the full GDB > > > sandbox. I copied there configure.ac, acinclude.m4, and acconfig.h, > > > and invoked autoconf and autoheader, in that order. Is this the right > > > procedure, or do I lack some files/commands? > > > > You need aclocal.m4. > > Sorry, I forgot to mention: aclocal.m4 is also there. 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.