Branch: Tag:

2005-02-08

2005-02-08 12:45:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Prefer /usr/sfw to /opt/sfw when both exist (eg Solaris 10).

Rev: src/configure.in:1.875

1: - AC_REVISION("$Id: configure.in,v 1.874 2005/02/04 10:47:18 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.875 2005/02/08 12:45:51 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
2219:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.874 2005/02/04 10:47:18 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.875 2005/02/08 12:45:51 grubba Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2257:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.874 2005/02/04 10:47:18 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.875 2005/02/08 12:45:51 grubba Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2266:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.874 2005/02/04 10:47:18 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.875 2005/02/08 12:45:51 grubba Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF
2303:    $with_root/usr/gnu/include $with_root/opt/gnu/include \    $with_root/sw/gnu/include $with_root/sw/include \    $with_root/usr/freeware/include $with_root/usr/pkg/include \ -  $with_root/opt/sfw/include $with_root/usr/sfw/include \ +  $with_root/usr/sfw/include $with_root/opt/sfw/include \    `echo $with_root/opt/gnome*/include | sort -r` \    `echo $with_root/usr/X11*/include | sort -r`    do
2361:    $with_root/usr/local/lib $with_root/sw/local/lib $with_root/sw/lib \    $with_root/usr/gnu/lib $with_root/opt/gnu/lib $with_root/sw/gnu/lib \    $with_root/usr/freeware/lib $with_root/usr/pkg/lib \ -  $with_root/opt/sfw/lib $with_root/usr/sfw/lib \ +  $with_root/usr/sfw/lib $with_root/opt/sfw/lib \    $with_root/opt/gnome-1.4/lib \    `echo $with_root/usr/X11*/lib | sort -r`    do
2417:    "$with_root" $with_root/usr $with_root/usr/ccs $with_root/usr/vac \    $with_root/usr/local $with_root/sw/local $with_root/usr/gnu \    $with_root/opt/gnu $with_root/sw/gnu $with_root/sw \ -  $with_root/opt/sfw $with_root/usr/sfw $with_root/opt/gnome-1.4 \ +  $with_root/usr/sfw $with_root/opt/sfw $with_root/opt/gnome-1.4 \    $with_root/usr/freeware $with_root/usr/pkg   do    AC_MSG_CHECKING($d/bin)