pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-06-18
2005-06-18 09:38:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
455006a5dea4ac7fb3be0f46a08386bcec8cb3fa (
13
lines) (+
9
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Minor fix.
Rev: src/configure.in:1.904
1:
-
AC_REVISION("$Id: configure.in,v 1.
903
2005/06/18 09:
23
:03 grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
904
2005/06/18 09:
38
:03 grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2378:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
903
2005/06/18 09:
23
:03 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
904
2005/06/18 09:
38
:03 grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2416:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
903
2005/06/18 09:
23
:03 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
904
2005/06/18 09:
38
:03 grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2425:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
903
2005/06/18 09:
23
:03 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
904
2005/06/18 09:
38
:03 grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
2452:
#Don't add include dirs if they give us warnings... OLD_ac_c_preproc_warn_flag="$ac_c_preproc_warn_flag" ac_c_preproc_warn_flag=yes
+
AC_TRY_CPP([#include <stdio.h>], , [
+
AC_MSG_WARN([Turning on preprocessor warnings causes cpp test to fail.])
+
ac_c_preproc_warn_flag="$OLD_ac_c_preproc_warn_flag"
+
])
real_dirs='/ /usr' real_libs='/lib /usr/lib'