Re: Default program-prefix option

2005-05-23 Thread Stepan Kasal
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

Default program-prefix option

2005-05-23 Thread Linus Walleij
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