From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17932 invoked by alias); 12 Nov 2008 18:55:50 -0000 Received: (qmail 17853 invoked by uid 22791); 12 Nov 2008 18:55:49 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 18:54:51 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 8399058000; Wed, 12 Nov 2008 10:54:49 -0800 (PST) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost3.vmware.com (Postfix) with ESMTP id 7DD68C9A53; Wed, 12 Nov 2008 10:54:49 -0800 (PST) Message-ID: <491B2677.6070308@vmware.com> Date: Wed, 12 Nov 2008 18:55:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Joel Sherrill CC: "gdb@sourceware.org" Subject: Re: how much to regenerate References: <491AEC8C.80707@oarcorp.com> In-Reply-To: <491AEC8C.80707@oarcorp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00089.txt.bz2 Joel Sherrill wrote: > Hi, > > I have a patch to sim/common/aclocal.m4 which > I need to commit after regenerating the proper > files. > > http://sourceware.org/ml/gdb-patches/2008-11/msg00133.html > > Do I just run autoconf in the common subdirectory > or is this included elsewhere? If so, what is the > proper procedure for regenerating everything? Yes, run autoconf, preferably only in the directory affected. Make sure to use the same version of autoconf that was last used in that directory, which you can find by looking at "configure" (in this case, version 2.59), unless otherwise noted (eg. by a collective decision to go to a later version). See the example in sim/common/ChangeLog: 2008-07-11 Hans-Peter Nilsson * common.m4: Add test for libz and zlib.h. * configure: Regenerate to track ../common/common.m4 changes. * config.in: Ditto. Thanks for asking!