From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 861 invoked by alias); 7 Oct 2003 23:38:11 -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 854 invoked from network); 7 Oct 2003 23:38:11 -0000 Received: from unknown (HELO epic.mail.pas.earthlink.net) (207.217.120.181) by sources.redhat.com with SMTP; 7 Oct 2003 23:38:11 -0000 Received: from ip216-26-76-90.dsl.du.teleport.com ([216.26.76.90] helo=kanga.canids.net) by epic.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A71P5-0002mX-00; Tue, 07 Oct 2003 16:38:07 -0700 Received: from grayscale.local (grayscale.local [192.168.1.4]) by kanga.canids.net (Postfix) with ESMTP id 37B37158F81; Tue, 7 Oct 2003 16:38:07 -0700 (PDT) From: Felix Lee To: "Theodore A. Roth" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] more sed fixes for Makefile.in In-Reply-To: Message from "Theodore A. Roth" of "Tue, 07 Oct 2003 15:38:17 PDT." Date: Tue, 07 Oct 2003 23:38:00 -0000 Message-Id: <20031007233807.37B37158F81@kanga.canids.net> X-SW-Source: 2003-10/txt/msg00183.txt.bz2 you should make sure the configure files create a program_transform_name that looks like "sedcmd;sedcmd" rather than "-e sedcmd -e sedcmd". I think this was an autoconf version dependency. I'm kind of skeptical program_transform_name works right. some time ago I was trying to pass my own program-transform-name arg to configure, I forget why exactly, but I ran into all sorts of problems and eventually just gave up and did something else. --