pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-09-04
2008-09-04 20:32:10 by Martin Stjernholm <mast@lysator.liu.se>
578340bc501081a730aabb4755acd0cbfd369f3e (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Explain --with-dmalloc-c-stack-trace better.
Rev: src/configure.in:1.1071
1:
-
AC_REVISION("$Id: configure.in,v 1.
1070
2008/09/
03
19
:
47
:
20
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1071
2008/09/
04
20
:
32
:
10
mast
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1440:
[enable tracepoints]), [with_dmalloc_trace="yes" AC_DEFINE(DMALLOC_TRACE,10)]) MY_AC_ARG_WITH(dmalloc-c-stack-trace, MY_DESCR([--with-dmalloc-c-stack-trace],
-
[
enable
C
backtraces
]),
+
[
record
C
stack traces for block allocations
]),
[AC_DEFINE(DMALLOC_C_STACK_TRACE)]) MY_AC_ARG_WITH(dmalloc-track-free, MY_DESCR([--with-dmalloc-track-free], [track freed memory too]),
2413:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1070
2008/09/
03
19
:
47
:
20
grubba
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1071
2008/09/
04
20
:
32
:
10
mast
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2451:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1070
2008/09/
03
19
:
47
:
20
grubba
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1071
2008/09/
04
20
:
32
:
10
mast
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2460:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1070
2008/09/
03
19
:
47
:
20
grubba
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1071
2008/09/
04
20
:
32
:
10
mast
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF