pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-08-06
2006-08-06 22:30:54 by Martin Stjernholm <mast@lysator.liu.se>
b22d7c998c54ad6a0e78f2299fca157a94943978 (
11
lines) (+
7
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Slightly nicer.
Rev: src/configure.in:1.990
1:
-
AC_REVISION("$Id: configure.in,v 1.
989
2006/08/06
17
:
41
:
04
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
990
2006/08/06
22
:
30
:
54
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1341:
if test "x$enable_dlmalloc" = xyes; then EXTRA_OBJS="$EXTRA_OBJS malloc.o" AC_DEFINE(USE_DL_MALLOC)
+
else
+
enable_dlmalloc=no
fi MY_AC_ARG_WITH(cleanup-on-exit,
2294:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
989
2006/08/06
17
:
41
:
04
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
990
2006/08/06
22
:
30
:
54
mast Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2332:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
989
2006/08/06
17
:
41
:
04
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
990
2006/08/06
22
:
30
:
54
mast Exp $.
# POSIX-version. Do NOT edit. cat EOF
2341:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
989
2006/08/06
17
:
41
:
04
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
990
2006/08/06
22
:
30
:
54
mast Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF