Discussing a problem I"m seeing with the amanda-2 CVS code... Tom Tromey says:
Harlan> The Makefiles generated by autoconf-2.52/automake-1.5 have a Harlan> "transform" definition that ends with a semicolon followed by Harlan> a space, and the stock sed on FreeBSD-4 hates this (at least Harlan> somewhere in the install target rule). > Automake gets the definition of transform from autoconf. > From header-vars.am: > transform = @program_transform_name@ > So I'm guessing this is a problem with autoconf. Ideas/solution? H
