pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-07
2000-08-07 11:35:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
67039bbf79607ee9c330a2b55170da5c0a06c5be (
20
lines) (+
18
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Some more cross-compilation support.
Rev: src/configure.in:1.392
1:
-
AC_REVISION("$Id: configure.in,v 1.
391
2000/08/
06
18
:
36
:
46
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
392
2000/08/
07
11
:
35
:
52
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
56:
AC_ISC_POSIX AC_PROG_CPP
-
CROSS="
ac
_cv_prog_cc_cross"
+
#
+
# Some cross-compilation support
+
#
+
+
CROSS="
$ac
_cv_prog_cc_cross"
AC_SUBST(CROSS)
-
+
if test "x$ac_cv_prog_cc_cross" = "xyes"; then
+
RUNTPIKE="USE_PIKE"
+
else
+
RUNTPIKE="USE_TPIKE"
+
fi
+
AC_SUBST(RUNTPIKE)
+
+
AC_PATH_PROG(pike_prog,pike,no)
+
PIKE="$ac_cv_path_pike_prog"
+
AC_SUBST(PIKE)
+
############################################################################# #