From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31890 invoked by alias); 17 Oct 2011 17:01:38 -0000 Received: (qmail 31879 invoked by uid 22791); 17 Oct 2011 17:01:37 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Oct 2011 17:01:16 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2D5651B403C; Mon, 17 Oct 2011 17:01:16 +0000 (UTC) From: Mike Frysinger To: Joel Brobecker Subject: Re: [PATCH] sim: move from common.m4 to SIM_AC_COMMON Date: Mon, 17 Oct 2011 17:06:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.1.0-rc4; KDE/4.6.5; x86_64; ; ) Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org References: <1310421113-19722-1-git-send-email-vapier@gentoo.org> <20111017164626.GA17942@adacore.com> In-Reply-To: <20111017164626.GA17942@adacore.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110171301.15518.vapier@gentoo.org> X-IsSubscribed: yes 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: 2011-10/txt/msg00475.txt.bz2 On Monday 17 October 2011 12:46:26 Joel Brobecker wrote: > > Now that the sourceware tree generally requires autoconf-2.64, update > > the sim tree to require that too. > > [...] > > > 2011-07-11 Mike Frysinger > > > > * configure.ac: Change AC_PREREQ to 2.64. Move aclocal.m4 include > > to top of file. Delete AC_CONFIG_HEADER call. Replace common.m4 > > include with SIM_AC_COMMON. > > I don't understand the reason why you sinclude aclocal.m4 first, rather > than do the typical AC_PREREQ/AC_INIT sequence first... see v2 where i fixed that :) -mike