Branch: Tag:

2002-08-27

2002-08-27 14:42:45 by Xavier Beaudouin <kiwi@oav.net>

Added some more place to look for libs/programs/include (solaris with software compagnon and gnome 1.4).
Moved the FreeBSD include check for _Image_TTF to there also.

Rev: src/configure.in:1.612
Rev: src/modules/_Image_TTF/configure.in:1.11
Rev: src/modules/_Image_TTF/image_ttf.c:1.44

1: - AC_REVISION("$Id: configure.in,v 1.611 2002/08/21 17:13:15 marcus Exp $") + AC_REVISION("$Id: configure.in,v 1.612 2002/08/27 14:42:44 kiwi Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1719:    $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/opt/gnome-1.4/include \ +  $with_root/usr/local/include/freetype1 \    `echo $with_root/usr/X11*/include | sort -r`    do    AC_MSG_CHECKING($d)
1774:    $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/opt/gnome-1.4/lib \    `echo $with_root/usr/X11*/lib | sort -r`    do    for suff in '' 32 64 '/64'; do
1826:    "$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/opt/gnome-1.4 \    $with_root/usr/freeware $with_root/usr/pkg   do    AC_MSG_CHECKING($d/bin)