pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-11
2005-02-11 12:51:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f3a82db895109616ebb0df55242830b58fe1df71 (
17
lines) (+
10
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Now knows about /opt/csw/.
Rev: src/configure.in:1.876
1:
-
AC_REVISION("$Id: configure.in,v 1.
875
2005/02/
08
12:
45:
51 grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
876
2005/02/
11
12:
51
:
35
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
924:
else if test "x$ac_cv_prog_cc_cross" = "xyes"; then PIKE_MSG_WARN([Crosscompiler detected.])
-
AC_PATH_PROGS(SMARTBUILDCC, gcc cc egcs, gcc, /usr/bin:/bin/:/usr/ccs/bin:/usr/local/bin:/usr/sfw/bin:$PATH:$EXTRA_PATH)
+
AC_PATH_PROGS(SMARTBUILDCC, gcc cc egcs, gcc, /usr/bin:/bin/:/usr/ccs/bin:/usr/local/bin:/usr/sfw/bin:
/opt/sfw/bin:/opt/csw/bin:
$PATH:$EXTRA_PATH)
echo Using $SMARTBUILDCC to compile smartlink. fi fi
2219:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
875
2005/02/
08
12:
45:
51 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
876
2005/02/
11
12:
51
:
35
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.
875
2005/02/
08
12:
45:
51 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
876
2005/02/
11
12:
51
:
35
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2266:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
875
2005/02/
08
12:
45:
51 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
876
2005/02/
11
12:
51
:
35
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
2304:
$with_root/sw/gnu/include $with_root/sw/include \ $with_root/usr/freeware/include $with_root/usr/pkg/include \ $with_root/usr/sfw/include $with_root/opt/sfw/include \
+
$with_root/usr/csw/include \
`echo $with_root/opt/gnome*/include | sort -r` \ `echo $with_root/usr/X11*/include | sort -r` do
2362:
$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/usr/sfw/lib $with_root/opt/sfw/lib \
-
$with_root/opt/gnome-1.4/lib \
+
$with_root/opt/
csw/lib $with_root/opt/
gnome-1.4/lib \
`echo $with_root/usr/X11*/lib | sort -r` do if test "$dd" = "/lib"; then continue; fi
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/usr/sfw $with_root/opt/sfw $with_root/opt/gnome-1.4 \
+
$with_root/usr/sfw $with_root/opt/sfw $with_root/opt/
csw \
+
$with_root/opt/
gnome-1.4 \
$with_root/usr/freeware $with_root/usr/pkg do AC_MSG_CHECKING($d/bin)