From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31034 invoked by alias); 4 Mar 2003 07:44:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31005 invoked from network); 4 Mar 2003 07:44:58 -0000 Received: from unknown (HELO ms-smtp-03.nyroc.rr.com) (24.92.226.153) by 172.16.49.205 with SMTP; 4 Mar 2003 07:44:58 -0000 Received: from doctormoo (syr-24-24-17-145.twcny.rr.com [24.24.17.145]) by ms-smtp-03.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h247ivbF002992; Tue, 4 Mar 2003 02:44:57 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18q76W-0000CK-00; Tue, 04 Mar 2003 02:44:48 -0500 Date: Tue, 04 Mar 2003 07:44:00 -0000 To: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com, aoliva@redhat.com Subject: Toplevel configure.in cleanup 4/n part one Message-ID: <20030304074448.GA759@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2003-03/txt/msg00087.txt.bz2 As requested, this part is split out from the indent changes. * configure.in: Don't set unused shell variables. * configure: Regenerate. Index: configure.in =================================================================== RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.224 diff -u -r1.224 configure.in --- configure.in 4 Mar 2003 07:27:54 -0000 1.224 +++ configure.in 4 Mar 2003 07:42:30 -0000 @@ -25,13 +25,6 @@ sinclude(config/acx.m4) -# clear some things potentially inherited from environment. - -enable_libstdcxx_v3=yes -floating_point=default -gas=default -x11=default - ### we might need to use some other shell than /bin/sh for running subshells ### If we are on Windows, search for the shell. This will permit people ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure