Derik, > There is a tiny bug in your port. The line number information within > syntax errors is off by some lines. This is because m4 doesn't get > the -s switch. The switch is accidently passed as argv[0].
Ah, indeed. I haven't touched that patch, so I never looked at it too closely. I'll get that fixed up in future patches. :) > Additionally, FreeBSD's m4 honours the -s switch. I see no > motivation to use GNU m4. But maybee there is another point. I've noticed that a time or two. -s is only supported in 4.6-RELEASE and up, from a quick glance at the CVS logs, so while that would be the vast majority of people trying to install it, I'd still probably want to conditionalize it anyway to not totally break it for earlier versions. Add that to having just never gotten around to pulling it out and testing it, and it's been easier to let sleeping dragons lie. gm4's a pretty small dependancy. -- Matthew Fuller (MF4839) | [EMAIL PROTECTED] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
