gcc_path=$foo/gcc
fi
done
+ IFS=" "
case $major in
4)
FreeBSD)
sysname=freebsd;;
hpux)
+ IFS=":"
for foo in $PATH; do
if [ x$gcc_path = x ] && [ -x $foo/gcc ]; then
gcc_path=$foo/gcc
fi
done
+ IFS=" "
if [ x$gcc_path = x ]; then
sysname=hpux-cc
sysname_print=hpux
fi;;
HP-UX)
+ IFS=":"
for foo in $PATH; do
if [ x$gcc_path = x ] && [ -x $foo/gcc ]; then
gcc_path=$foo/gcc
fi
done
+ IFS=" "
if [ x$gcc_path = x ]; then
sysname=hpux-cc