From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31595 invoked by alias); 19 Feb 2010 18:04:05 -0000 Received: (qmail 31406 invoked by uid 22791); 19 Feb 2010 18:04:03 -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; Fri, 19 Feb 2010 18:03:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AEE4C2BABF2; Fri, 19 Feb 2010 13:03:57 -0500 (EST) 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 WPqzyUUJdFu4; Fri, 19 Feb 2010 13:03:57 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 940CE2BAB0F; Fri, 19 Feb 2010 13:03:57 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 14BF2F5896; Fri, 19 Feb 2010 19:03:57 +0100 (CET) Date: Fri, 19 Feb 2010 18:04:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [commit] Fix gdb.multi test execution Message-ID: <20100219180357.GF2779@adacore.com> References: <201002191715.o1JHFJN9023171@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201002191715.o1JHFJN9023171@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-02/txt/msg00495.txt.bz2 > Joel, do you think this would be something for the branch? Yep - looks good to me. Note while looking at this: ÅAC_OUTPUT(...) is deprecated, apparently. Now, we're supposed to do: AC_CONFIG_FILES(...) AC_CONFIG_COMMANDS(...) <--- I don't think we actually need this part AC_OUTPUT Something for a rainy day... -- Joel