pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-08-15
2008-08-15 12:59:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
033abd468d078c5208be2bbbdf4197ee14b68195 (
15
lines) (+
9
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
The smartlink binary is now built and used by default again.
Rev: src/configure.in:1.1068
1:
-
AC_REVISION("$Id: configure.in,v 1.
1067
2008/
07
/
31
18
:
01
:
48
mast
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1068
2008/
08
/
15
12
:
59
:
51
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
610:
## Build smartlink AC_ARG_ENABLE(smartlink_binary, MY_DESCR([--disable-smartlink-binary], [do not build and use the smartlink binary]),
-
[
],
[
force_smartlink_script_only=yes])
+
[
if
test "x$enableval" = "xno"; then
+
force_smartlink_script_only=yes
+
fi
])
if test -x /usr/bin/uname 2>/dev/null; then UNAME=`/usr/bin/uname -sr`
2392:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1067
2008/
07
/
31
18
:
01
:
48
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1068
2008/
08
/
15
12
:
59
:
51
grubba
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2430:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1067
2008/
07
/
31
18
:
01
:
48
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1068
2008/
08
/
15
12
:
59
:
51
grubba
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2439:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1067
2008/
07
/
31
18
:
01
:
48
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1068
2008/
08
/
15
12
:
59
:
51
grubba
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF