From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31760 invoked by alias); 26 Jun 2003 18:38:23 -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 31742 invoked from network); 26 Jun 2003 18:38:23 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 26 Jun 2003 18:38:23 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5QIcNH32549; Thu, 26 Jun 2003 14:38:23 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5QIcMI08557; Thu, 26 Jun 2003 14:38:22 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5QIcLZ25003; Thu, 26 Jun 2003 14:38:21 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h5QIcKf30058; Thu, 26 Jun 2003 14:38:20 -0400 Date: Thu, 26 Jun 2003 18:38:00 -0000 Message-Id: <200306261838.h5QIcKf30058@greed.delorie.com> From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20030626172426.GA1569@doctormoo> (message from Nathanael Nerode on Thu, 26 Jun 2003 13:24:26 -0400) Subject: Re: [toplevel patch] Remove future variable name conflict in configure.in References: <20030626172426.GA1569@doctormoo> X-SW-Source: 2003-06/txt/msg00798.txt.bz2 > * configure.in: Rename 'target_libs' to 'target_libraries'. > Remove useless reference to 'target_libs'. > * configure: Regenerate. Ok.