Am Sam, 2001-11-17 um 04.29 schrieb Harlan Stenn:
> AC_CANONICAL_TARGET and then
>
> case "$target" in
> *-*-linux*)
> ...
> ;;
> *-*-freebsd*)
> ...
> ;;
> ...
> esac
>
> ("$target" doesn't need the quotes, but I do them anyway.)
Sorry, $target is meant to be used for cross-tools, $host is what you
normally want to use instead.Ralf
