From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9940 invoked by alias); 22 Apr 2009 21:45:38 -0000 Received: (qmail 9838 invoked by uid 22791); 22 Apr 2009 21:45:37 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.155) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Apr 2009 21:45:30 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n3MLiDgw043948 ; Wed, 22 Apr 2009 23:44:14 +0200 (CEST) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402:d::11]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n3MLiDnv031900 ; Wed, 22 Apr 2009 23:44:13 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n3MLiBaX007913 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Wed, 22 Apr 2009 23:44:12 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: "'Tom Tromey'" , "'Andreas Schwab'" , References: <20090422005907.GE5858@adacore.com> <000901c9c318$a3bf3b60$eb3db220$@u-strasbg.fr> <20090422180151.GB22514@adacore.com> In-Reply-To: <20090422180151.GB22514@adacore.com> Subject: RE: Patch: FYI: use AC_HELP_STRING Date: Wed, 22 Apr 2009 21:45:00 -0000 Message-ID: <001701c9c393$7d6946b0$783bd410$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00616.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: Wednesday, April 22, 2009 8:02 PM > =C0=A0: Pierre Muller > Cc=A0: 'Tom Tromey'; 'Andreas Schwab'; gdb-patches@sourceware.org > Objet=A0: Re: Patch: FYI: use AC_HELP_STRING >=20 > > Why not, but currently only files with suffix ".l", ".y", ".h" and > ".c" > > are listed in gdb_find.sh, and that list > > is currently used by gdb_ari.sh. > > > > Will AC_HELP_STRING appear in one of these files? > > Currently I see AC_HELP_STRING and AS_HELP_STRING > > only in gdb/configure.ac file, > > which means that gdb_ari.sh will not be useful. >=20 > AC_HELP_STRING is an autoconf macro, so it's not just configure.ac. > It could also be any of the .m4 files: aciclude.m4, aclocal.m4, etc. >=20 > I didn't realize that these files weren't already ARI'ed. If it's too > much trouble, then we don't have to add a rule for this. It looks like > it would be very easy to fix any regression when the macro disappears, > so reintroducing it wouldn't be really all that harmful. >=20 > So I'm fine either way: We can decide to start checking the autoconf > files or not. >=20 I wouldn't put that on high priority for the moment... Pierre