From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14266 invoked by alias); 20 May 2005 12:11:45 -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 12622 invoked from network); 20 May 2005 12:09:51 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 20 May 2005 12:09:51 -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 BGY37976 (AUTH halo1); Fri, 20 May 2005 15:09:39 +0300 (IDT) Date: Fri, 20 May 2005 14:16:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sourceware.org Message-ID: <01c55d34$Blat.v2.4$78a096c0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050515170435.GB11855@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 15 May 2005 13:04:35 -0400) 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> X-SW-Source: 2005-05/txt/msg00489.txt.bz2 > Date: Sun, 15 May 2005 13:04:35 -0400 > From: Daniel Jacobowitz > Cc: Eli Zaretskii , gcc-patches@gcc.gnu.org, > gdb-patches@sourceware.org, binutils@sourceware.org > > > > gdb/ChangeLog: > > > 2005-05-14 Eli Zaretskii > > > > > > * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. > > > > I can't approve this one, but it looks fine to me. > > Eli can approve it himself; or I will :-) Same comment as above > applies; please mention configure. It turns out I don't know how to regenerate configure and config.in. I looked everywhere for some dependency in some Makefile.in or for something similar that will show me which commands are to be used for that and in what way, but failed to find anything. I tried to run autoconf and autoheader, but the resultant config.in misses quite a few undef's, like HAVE_VALUES_H and HAVE_STRCHR, so I guess I didn't invoke it correctly. So could someone please educate me: how should I invoke autoconf and autoheader to produce gdb/configure and gdb/config.in, what input files are needed (use by autoconf and autoheader) for this, and where (in what makefile or script) are the rules to do that spelled out? TIA