From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28438 invoked by alias); 8 Oct 2003 21:22:53 -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 28425 invoked from network); 8 Oct 2003 21:22:53 -0000 Received: from unknown (HELO capitol.mail.pas.earthlink.net) (207.217.120.180) by sources.redhat.com with SMTP; 8 Oct 2003 21:22:53 -0000 Received: from ip216-26-76-90.dsl.du.teleport.com ([216.26.76.90] helo=kanga.canids.net) by capitol.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A7Llg-0006Uw-00; Wed, 08 Oct 2003 14:22:48 -0700 Received: from grayscale.local (grayscale.local [192.168.1.4]) by kanga.canids.net (Postfix) with ESMTP id BB120158F81; Wed, 8 Oct 2003 14:22:45 -0700 (PDT) From: Felix Lee To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: Use program_transform_name correctly In-Reply-To: Message from Jim Blandy of "08 Oct 2003 14:17:26 CDT." Date: Wed, 08 Oct 2003 21:22:00 -0000 Message-Id: <20031008212245.BB120158F81@kanga.canids.net> X-SW-Source: 2003-10/txt/msg00268.txt.bz2 Jim Blandy : > But doesn't that mean I can just say: > sed '$(program_transform_name)' > since Make substitution doesn't respect single quotes in shell > commands? try doing configure --program-transform-name="s/^/John's /" I don't think that works right now. --