Skip to content
Snippets Groups Projects
Commit 65c57d23 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Even more paranoid...

Rev: src/configure.in:1.1053
parent 57c0cf03
No related branches found
No related tags found
No related merge requests found
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,7 +2361,7 @@ if test "x$PIKE_PATH_TRANSLATE" = "x"; then
# 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,7 +2399,7 @@ EOF
# 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,7 +2408,7 @@ else
# 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,7 +4137,7 @@ if test "x$pike_cv_sys_os" = "xWindows_NT" -o "x$pike_cv_sys_os" = "xAmigaOS"; t
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment