From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31353 invoked by alias); 19 Jun 2002 23:48:33 -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 31228 invoked from network); 19 Jun 2002 23:48:28 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 19 Jun 2002 23:48:28 -0000 Received: from greed.delorie.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id QAA06305; Wed, 19 Jun 2002 16:48:22 -0700 (PDT) Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g5JNmJB22186; Wed, 19 Jun 2002 19:48:19 -0400 Date: Wed, 19 Jun 2002 16:48:00 -0000 Message-Id: <200206192348.g5JNmJB22186@greed.delorie.com> From: DJ Delorie To: neroden@doctormoo.dyndns.org CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <20020619174549.GA24953@doctormoo.dyndns.org> (message from Nathanael Nerode on Wed, 19 Jun 2002 13:45:49 -0400) Subject: Re: [patch] rearrange configure.in for my benefit. :-) References: <20020619174549.GA24953@doctormoo.dyndns.org> X-SW-Source: 2002-06/txt/msg00384.txt.bz2 > Move things so that copydirs is handled right after it's set, rather than > with intervening stuff. Also convert some 'test's to a case statement, > for speed and clarity. > Tested on i686-pc-linux-gnu, no output changes. > > 2002-06-19 Nathanael Nerode > * configure.in: Rearrange. Approved and applied, but I shared the ChangeLog entry from your "Rearranged a little." patch ;)