Hello,
On Mon, May 23, 2005 at 12:55:42PM +0200, Linus Walleij wrote:
> The manipulation of program_transform_name is necessary because program
> prefix is rewritten into a transformation regexp before any commands in
> the configure.ac/.in file are executed.
this is not exactly true. The pref
In february there was a mail to the list asking how to set a default
program-prefix, with the same effect as giving it to the command line
using ./configure --program-prefix=foo.
I had to achieve this and it turns out the following hack in a
configure.ac/.in file will do:
# This can be overr