From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8000 invoked by alias); 12 Jul 2003 02:45:34 -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 7829 invoked from network); 12 Jul 2003 02:45:22 -0000 Received: from unknown (HELO dellpi.pinski.fam) (216.196.143.9) by sources.redhat.com with SMTP; 12 Jul 2003 02:45:22 -0000 Received: from physics.uc.edu (IDENT:pinskia@localhost.pinski.fam [127.0.0.1]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id h6C2jH09027287; Fri, 11 Jul 2003 22:45:18 -0400 (EDT) Date: Sat, 12 Jul 2003 02:45:00 -0000 Subject: Re: [top level] autoconfiscate INSTALL usage Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: Andrew Pinski , gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com To: Nathanael Nerode From: Andrew Pinski In-Reply-To: <20030712024024.GA2833@doctormoo> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00253.txt.bz2 On Friday, Jul 11, 2003, at 22:40 US/Eastern, Nathanael Nerode wrote: > Submitting for general consideration. Plus, it affects a bug. Tested > on i686-pc-linux-gnu. > > PR bootstrap/11408 > * Makefile.tpl: Set INSTALL and friends using autoconf. Remove > unused INSTALL_PROGRAM_ARGS. > * configure.in: Use AC_PROG_INSTALL. > * Makefile.in: Regenerate. > * configure: Regenerate. Actually it should also fix PR 11273 which is for libobjc but looks to be the same bug. Thanks, Andrew pinski