pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-04-26
2008-04-26 21:07:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
65c57d23615672e298e14bb5a87ca2d70177dafd (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Even more paranoid...
Rev: src/configure.in:1.1053
1:
-
AC_REVISION("$Id: configure.in,v 1.
1052
2008/04/26 21:
04
:
52
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1053
2008/04/26 21:
07
:
15
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2361:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1052
2008/04/26 21:
04
:
52
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1053
2008/04/26 21:
07
:
15
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2399:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1052
2008/04/26 21:
04
:
52
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1053
2008/04/26 21:
07
:
15
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2408:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1052
2008/04/26 21:
04
:
52
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1053
2008/04/26 21:
07
:
15
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
4137:
pike_cv_initial_stack_size=32768 while read x; do # Some paranoia in case fprintf outputs junk at and of stack...
-
if test "
$x" -gt "
$pike_cv_initial_stack_size"; then
+
if test "$pike_cv_initial_stack_size"
-lt "$x"
; then
pike_cv_initial_stack_size="$x"; fi done <confdefs.out.2