Re: [PATCH] Layout process

2003-06-05 Thread Sascha Schumann
This is definitely more readable, and seems to work fine here, good to see someone looked into this problem. Nobody else has cared about fixing the IRIX build for months (there's a PR on this) so I'd say go ahead and commit this. I think you're missing a semi-colon on the { print ... }

Re: [PATCH] Layout process

2003-06-04 Thread Joe Orton
On Fri, May 30, 2003 at 09:23:11PM +0200, Sascha Schumann wrote: Hi there, the sed on IRIX does not cooperate with the complex sed expressions used to cut out and transform the proper layout section. Thus configure has been failing since 2.0.40 or so on IRIX.

[PATCH] Layout process

2003-05-30 Thread Sascha Schumann
Hi there, the sed on IRIX does not cooperate with the complex sed expressions used to cut out and transform the proper layout section. Thus configure has been failing since 2.0.40 or so on IRIX. Therefore I propose a simpler solution in the form of a 3 line awk