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