From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14053 invoked by alias); 20 May 2005 14:16:38 -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 14003 invoked from network); 20 May 2005 14:16:33 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 20 May 2005 14:16:33 -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 BGY79054 (AUTH halo1); Fri, 20 May 2005 17:16:23 +0300 (IDT) Date: Fri, 20 May 2005 15:02:00 -0000 From: "Eli Zaretskii" To: Andreas Schwab Message-ID: <01c55d46$Blat.v2.4$2cdcf820@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sourceware.org In-reply-to: (message from Andreas Schwab on Fri, 20 May 2005 14:42:48 +0200) 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> X-SW-Source: 2005-05/txt/msg00491.txt.bz2 > From: Andreas Schwab > Cc: gdb-patches@sourceware.org > Date: Fri, 20 May 2005 14:42:48 +0200 > > Just make sure you use the right version of autoconf, gdb wants version > 2.59. I did verify that, and yet I still get config.in that lacks some of the undef's it had before. 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?