pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-14
2008-01-14 22:23:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5e2d84010c0812059beeeb2550b9bdf467dd372d (
19
lines) (+
15
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled the stack ulimit check.
Rev: src/configure.in:1.1037
1:
-
AC_REVISION("$Id: configure.in,v 1.
1036
2008/01/
12
21
:
24
:
44
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1037
2008/01/
14
22
:
23
:
42
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
895:
############################################################################# # Something seems to mess with the stack ulimit on some architectures...
+
#
+
# Cause found. GNU make 3.81 apparently raises the stack ulimit to max
+
# without restoring it for the subprocesses. (Bug 18396 and 22010 at
+
# http://savannah.gnu.org/projects/make)
AC_DEFUN(PIKE_AC_DEBUG, [ echo "DEBUG: ----------------------------------" 1>&AC_FD_CC echo "Current limits: " 1>&AC_FD_CC
904:
PIKE_AC_DEBUG
+
if :; then :; else
+
# Disabled for now.
+
# It looks this makes it even worse...
+
# It seems to cause bash to loop on a SIGSEGV in the signal handler
+
# on Gentoo Linux/IA64.
AC_MSG_CHECKING([if the stack ulimit is excessive]) if ulimit -s 1>&AC_FD_CC 2>&AC_FD_CC; then orig_ulimit="`ulimit -s 2>&AC_FD_CC`"
919:
else AC_MSG_RESULT([unknown, ulimit -s failed.]) fi
+
fi
# Restore the -O2 that the default AC_PROG_CC adds.
2343:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1036
2008/01/
12
21
:
24
:
44
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1037
2008/01/
14
22
:
23
:
42
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2381:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1036
2008/01/
12
21
:
24
:
44
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1037
2008/01/
14
22
:
23
:
42
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2390:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1036
2008/01/
12
21
:
24
:
44
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1037
2008/01/
14
22
:
23
:
42
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF