Den 2010-08-16 21:36 skrev Eric Blake: > On 08/16/2010 01:26 PM, Peter Rosin wrote: >> Good catch, I knew they were very similar and assumed my matching was just >> about wide enough. But since I didn't check, Murphy made sure that it wasn't >> working for everybody, see below... > > Rather than doing a sed for a particular regex, I would be much more > comfortable with a comparison of the two outputs. Less chance of > Microsoft changing their output in such a way that would foil yet > another regex.
Yes, cmp would be nicer. But the current autoconf code is not at all rigged for doing that easily. It's way beyond me anyway, and I dare not attempt such an overhaul... Cheers, Peter