This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA] more sed fixes for Makefile.in
- From: Felix Lee <felix dot 1 at canids dot net>
- To: "Theodore A. Roth" <troth at openavr dot org>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Tue, 07 Oct 2003 16:38:07 -0700
- Subject: Re: [RFA] more sed fixes for Makefile.in
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.
--