From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20887 invoked by alias); 26 Nov 2002 17:56:39 -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 20871 invoked from network); 26 Nov 2002 17:56:37 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 26 Nov 2002 17:56:37 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id gAQHrma18262; Tue, 26 Nov 2002 12:53:48 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAQHuZs05890; Tue, 26 Nov 2002 12:56:35 -0500 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gAQHuZM29462; Tue, 26 Nov 2002 09:56:35 -0800 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id gAQHuYU29772; Tue, 26 Nov 2002 09:56:34 -0800 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Tue, 26 Nov 2002 09:59:00 -0000 From: Richard Henderson To: Jakub Jelinek Cc: Hans-Peter Nilsson , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix configure (was Re: [RFA:] Take 2 (was: Re: RFC: --enable-checking=valgrind.)) Message-ID: <20021126175634.GB29756@redhat.com> Mail-Followup-To: Richard Henderson , Jakub Jelinek , Hans-Peter Nilsson , gcc-patches@gcc.gnu.org References: <20021119012026.GM4209@redhat.com> <20021126143632.C1310@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021126143632.C1310@sunsite.ms.mff.cuni.cz> User-Agent: Mutt/1.4i X-SW-Source: 2002-11/txt/msg01670.txt.bz2 On Tue, Nov 26, 2002 at 02:36:32PM +0100, Jakub Jelinek wrote: > * configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back > before AC_PROG_CC. > * configure: Rebuilt. Ok. r~