pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-03
2006-07-03 03:22:28 by Martin Nilsson <mani@lysator.liu.se>
a85b8925562b363e9e896847ff0b11081632a62b (
13
lines) (+
9
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Added facet configure option
Rev: src/acconfig.h:1.150
Rev: src/configure.in:1.969
1:
-
AC_REVISION("$Id: configure.in,v 1.
968
2006/07/
02
21
:
09
:
23
nilsson Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
969
2006/07/
03
03
:
22
:
28
nilsson Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1528:
[enable experimental code for multicpu machines (EXPERIMENTAL).]), [],[AC_DEFINE(PIKE_RUN_UNLOCKED)])
+
AC_ARG_WITH(facets, MY_DESCR([--with-facets],
+
[enable experimental facet support (EXPERIMENTAL).]),
+
[AC_DEFINE(WITH_FACETS)])
+
AC_ARG_WITH(pike-type, MY_DESCR([--without-pike-type], [disable struct pike_type (IGNORED).]))
2255:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
968
2006/07/
02
21
:
09
:
23
nilsson Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
969
2006/07/
03
03
:
22
:
28
nilsson Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2293:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
968
2006/07/
02
21
:
09
:
23
nilsson Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
969
2006/07/
03
03
:
22
:
28
nilsson Exp $.
# POSIX-version. Do NOT edit. cat EOF
2302:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
968
2006/07/
02
21
:
09
:
23
nilsson Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
969
2006/07/
03
03
:
22
:
28
nilsson Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF