From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28623 invoked by alias); 22 Apr 2009 00:59:28 -0000 Received: (qmail 28615 invoked by uid 22791); 22 Apr 2009 00:59:27 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Apr 2009 00:59:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 97F8A2BAC20; Tue, 21 Apr 2009 20:59:20 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EaBcY9fpvIAm; Tue, 21 Apr 2009 20:59:20 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AA6242BAC0A; Tue, 21 Apr 2009 20:59:19 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2B70BF58C9; Tue, 21 Apr 2009 17:59:07 -0700 (PDT) Date: Wed, 22 Apr 2009 00:59:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Andreas Schwab , gdb-patches@sourceware.org, muller@ics.u-strasbg.fr Subject: Re: Patch: FYI: use AC_HELP_STRING Message-ID: <20090422005907.GE5858@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00578.txt.bz2 > 2009-04-21 Tom Tromey > > * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING. > * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING. One thing we might want to do is add AC_HELP_STRING catches in the gdb ARI. I'm pretty sure I'll have forgotten about this within the next few days. Thoughts? -- Joel