pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-01
2006-07-01 23:47:41 by Martin Stjernholm <mast@lysator.liu.se>
ec24a47ee59c784d12f252ff4cac2aa209a0e7e8 (
18
lines) (+
14
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Enabled new AC_CHECK_FUNCS method for windows.
Rev: src/configure.in:1.964
1:
-
AC_REVISION("$Id: configure.in,v 1.
963
2006/
06
/
28
22
:
33
:
48
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
964
2006/
07
/
01
23
:
47
:
41
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
661:
]) AC_MSG_RESULT($pike_cv_sys_os)
+
if test "x$pike_cv_sys_os" = xWindows_NT; then
+
PIKE_FUNCS_NEED_DECLS(yes)
+
fi
+
if test "$GCC" = "yes"; then :; else # # Special hack for HP-UX stupid cc
2251:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
963
2006/
06
/
28
22
:
33
:
48
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
964
2006/
07
/
01
23
:
47
:
41
mast Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2289:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
963
2006/
06
/
28
22
:
33
:
48
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
964
2006/
07
/
01
23
:
47
:
41
mast Exp $.
# POSIX-version. Do NOT edit. cat EOF
2298:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
963
2006/
06
/
28
22
:
33
:
48
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
964
2006/
07
/
01
23
:
47
:
41
mast Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
2915:
#############################################################################
+
# Note: For function detection to work correctly with
+
# PIKE_FUNCS_NEED_DECLS (i.e. windows), it's necessary that
+
# AC_CHECK_HEADERS tests all potential header files for a function
+
# before AC_CHECK_FUNCS is used.
+
AC_HEADER_TIME AC_HEADER_STDC AC_CHECK_HEADERS(sys/rusage.h time.h sys/time.h sys/types.h unistd.h stdlib.h \