This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
transform problem with 1.5?
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- To: automake at gnu dot org
- Cc: amanda-hackers at amanda dot org
- Date: Mon, 31 Dec 2001 16:09:15 -0500
- Subject: transform problem with 1.5?
I'm noticing a problem with automake-1.5 and the transform rule.
Specifically, I'm working with CVS amanda-2 and the --with-suffix option
The Makefiles generated by automake-1.5 have a "transform" definition that
ends with a semicolon followed by a space, and the stock sed on FreeBSD-4
hates this (at least somewhere in the install target rule).
If I remove the trailing semicolon and space on the transform = ... line
then everything works.
Sorry for the reasonably lame bug report...
Is this a know problem that has already been fixed in a CVS version of
automake?
H