>>>> "Andy" == Andy Piper
<andyp(a)parallax.co.uk> writes:
> I have a couple of minor issues I saw in reading through it.
>
> +# Transform *-*-linux* to *-*-linux-gnu*, to support old configure scripts.
> +case "$xehost" in
> +*-*-linux-gnu*) ;;
> +*-*-linux*) xehost=`echo $xehost | sed
Andy>
's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
> +esac
>
> Don't go there.
Andy> I didn't fix this. Someone needs to do it now the change is in. I'm sure
Andy> Martin will oblige :)
I'm sure Martin doesn't know what's going on here.
Since the 4th configuration component carries no useful information
and just generally causes trouble, configure consistently strips it
off.
Martin