From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11255 invoked by alias); 3 Oct 2002 18:28:39 -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 11158 invoked from network); 3 Oct 2002 18:28:38 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Oct 2002 18:28:38 -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 g93I9Z008627; Thu, 3 Oct 2002 14:09:35 -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 g93ISbf30193; Thu, 3 Oct 2002 14:28:37 -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 g93ISaw13698; Thu, 3 Oct 2002 14:28:36 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g93ISZu14973; Thu, 3 Oct 2002 14:28:35 -0400 Date: Thu, 03 Oct 2002 11:28:00 -0000 Message-Id: <200210031828.g93ISZu14973@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: <20021003181634.GA21314@doctormoo.dyndns.org> (message from Nathanael Nerode on Thu, 3 Oct 2002 14:16:34 -0400) Subject: Re: toplevel: make more things look more autoconfy References: <20021003181634.GA21314@doctormoo.dyndns.org> X-SW-Source: 2002-10/txt/msg00111.txt.bz2 > Tested by configuring on i686-pc-linux-gnu, successful. Should have been tested on hp/ux also, but I admit that's not always practical ;-) > * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. > * configure.in: Make RPATH_ENVVAR substitution more autoconfy. > * Makefile.in: Regenerate. Ok.