pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-11-28
2009-11-28 13:16:41 by Martin Stjernholm <mast@lysator.liu.se>
929f1ffe4693610c43cd413456b9dabbba166ede (
11
lines) (+
7
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few warnings in a configure test.
Rev: src/configure.in:1.1089
1:
-
AC_REVISION("$Id: configure.in,v 1.
1088
2009/
10
/
19
21
:
03
:
33
marcus
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1089
2009/
11
/
28
13
:
16
:
41
mast
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2451:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1088
2009/
10
/
19
21
:
03
:
33
marcus
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1089
2009/
11
/
28
13
:
16
:
41
mast
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2489:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1088
2009/
10
/
19
21
:
03
:
33
marcus
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1089
2009/
11
/
28
13
:
16
:
41
mast
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2498:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1088
2009/
10
/
19
21
:
03
:
33
marcus
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1089
2009/
11
/
28
13
:
16
:
41
mast
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
6981:
else AC_TRY_RUN([ #include <stdio.h>
+
#include <string.h>
+
#include <stdlib.h>
#include <sys/types.h> #include <sys/socket.h> #include <errno.h>