pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-05
2006-07-05 19:04:21 by Martin Stjernholm <mast@lysator.liu.se>
e170f1354bd079e0a6133fcabb78464f5ac5c999 (
13
lines) (+
9
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Added check for PRINTOFFT.
Rev: src/acconfig.h:1.151
Rev: src/configure.in:1.972
1:
-
AC_REVISION("$Id: configure.in,v 1.
971
2006/07/05
00
:
09
:
05
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
972
2006/07/05
19
:
04
:
21
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2249:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
971
2006/07/05
00
:
09
:
05
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
972
2006/07/05
19
:
04
:
21
mast Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2287:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
971
2006/07/05
00
:
09
:
05
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
972
2006/07/05
19
:
04
:
21
mast Exp $.
# POSIX-version. Do NOT edit. cat EOF
2296:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
971
2006/07/05
00
:
09
:
05
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
972
2006/07/05
19
:
04
:
21
mast Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
6842:
"t" "" "l" "ll" "L", "", PRINTPTRDIFFT, [%${res}d, %${res}x])
+
MY_AC_CHECK_PRINTF_INT_TYPE(off_t,
+
"" "t" "j" "l" "ll" "L", "",
+
PRINTOFFT,
+
[%${res}d, %${res}x])
MY_AC_CHECK_PRINTF_INT_TYPE(INT64, "" "l" "ll" "I64" "L", "l", PRINTINT64,