Extend Configure.pl functionality, fix everything hopefully

2001-12-12 Thread Jaen Saul
This patch extends configure with a new syntax for preprocessing, variables in form ${name,arg,...}. The arguments can be used with $1, $2, ... in the hint string. The substitution is indent-preserving if the hint includes newlines in the form of $n. It also fixes the various Windows build

Re: Extend Configure.pl functionality, fix everything hopefully

2001-12-12 Thread Dan Sugalski
At 07:15 PM 12/12/2001 +0200, Jaen Saul wrote: his patch extends configure with a new syntax for preprocessing, variables in form ${name,arg,...}. The arguments can be used with $1, $2, ... in the hint string. The substitution is indent-preserving if the hint includes newlines in the form of $n.