From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 592 invoked by alias); 27 Nov 2002 23:08:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 580 invoked from network); 27 Nov 2002 23:07:58 -0000 Received: from unknown (HELO epita.fr) (163.5.255.10) by sources.redhat.com with SMTP; 27 Nov 2002 23:07:58 -0000 Received: from goa.lrde.epita.fr (mail@goa.lrde.epita.fr [10.223.13.2]) by epita.fr id gARN7q601066 for EPITA Paris France Thu, 28 Nov 2002 00:07:52 +0100 (MET) Received: from babylon.lrde.epita.fr ([10.223.13.55] ident=mail) by goa.lrde.epita.fr with esmtp (Exim 3.35 #1 (Debian)) id 18HBHm-0002wv-00 for ; Thu, 28 Nov 2002 00:08:02 +0100 Received: from news by babylon.lrde.epita.fr with local (Exim 3.36 #1 (Debian)) id 18HBAZ-0004wk-00 for ; Thu, 28 Nov 2002 00:00:35 +0100 From: hp@bitrange.com (Hans-Peter Nilsson) X-Newsgroups: epita.lrde.list.gcc.patches Subject: Re: [PATCH] Fix configure (was Re: [RFA:] Take 2 (was: Re: RFC: --enable-checking=valgrind.)) Date: Thu, 28 Nov 2002 08:08:00 -0000 Organization: EPITA / LRDE http://www.lrde.epita.fr Message-ID: References: <20021126143632.C1310@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Complaints-To: usenet@lrde.epita.fr X-X-Sender: hp@dair.pair.com To: gcc-patches@gcc.gnu.org X-SW-Source: 2002-11/txt/msg01860.txt.bz2 Message-ID: <20021128080800.o0OnnhzkaVrejrFcY22LtPGkyKuV920DbLKZ1mXbOUE@z> On Tue, 26 Nov 2002, Jakub Jelinek wrote: > * configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back > before AC_PROG_CC. It would help prevent this happening again in the future if there was a comment that the invocation order has to be preserved, or indeed if those macros had been self-checking like some other autoconf macros are. > * configure: Rebuilt. > > --- gcc/configure.in.jj 2002-11-26 15:13:51.000000000 +0100 > +++ gcc/configure.in 2002-11-26 15:15:39.000000000 +0100 > @@ -176,6 +176,12 @@ changequote([, ])dnl > fi > fi > > +# Determine the host, build, and target systems "# Needs to be invoked before AC_PROG_CC." Thanks for fixing it. brgds, H-P