From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20737 invoked by alias); 22 Jun 2004 01:40:16 -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 20718 invoked from network); 22 Jun 2004 01:40:15 -0000 Received: from unknown (HELO casa.cgf.cx) (66.30.22.40) by sourceware.org with SMTP; 22 Jun 2004 01:40:15 -0000 Received: by casa.cgf.cx (Postfix, from userid 201) id DCCB71B99B; Mon, 21 Jun 2004 21:39:10 -0400 (EDT) Date: Tue, 22 Jun 2004 01:40:00 -0000 From: Christopher Faylor To: DJ Delorie Cc: gdb-patches@sourceware.org, binutils@sourceware.org, gcc-patches@gcc.gnu.org Subject: Re: [RFA] minor top-level configure.in fix Message-ID: <20040622013910.GA10785@trixie.casa.cgf.cx> Mail-Followup-To: DJ Delorie , gdb-patches@sourceware.org, binutils@sourceware.org, gcc-patches@gcc.gnu.org References: <20040621225952.GA9948@coe.casa.cgf.cx> <200406212301.i5LN1KqT030864@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406212301.i5LN1KqT030864@greed.delorie.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-06/txt/msg00491.txt.bz2 On Mon, Jun 21, 2004 at 07:01:20PM -0400, DJ Delorie wrote: >>I think this qualifies as an obvious fix. Ok to checkin? > >Yeah. Why is one quoted and the other not, though? When I regenerated configure with the ancient version of autoconf that I usually use for this stuff, I had a lot of gratuitous changes. So, since the change was small, I hand-edited configure rather than regenerate it. Of course, I screwed up. The quoted form should be correct, especially on Windows where they like to use spaces in directory names. I've checked in the change with the quotes. cgf >> 2004-06-21 Christopher Faylor >> >> * configure.in: Check for srcdir/winsup rather than >> build directory winsup. >> * configure: Regenerate.