pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-19
2002-12-19 15:29:42 by Marcus Comstedt <marcus@mc.pp.se>
8f8d068b3182a0f1585201249b74f7e9402f492d (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.4
Removed pointless autoconf 2.5x warnings.
Rev: src/aclocal.m4:1.55
Rev: src/configure.in:1.653
1:
-
AC_REVISION("$Id: configure.in,v 1.
652
2002/12/
07
17
:
16
:
26
mirar
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
653
2002/12/
19
15
:
29
:
42
marcus
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) if test "0`echo 'if(AC_ACVERSION >= 2.50)1'|bc`" = "01"; then
-
AC_MSG_WARN([configure script has been generated with autoconf 2.50 or later.])
+
if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then
14:
> $cache_file fi fi
+
else
+
AC_MSG_WARN([configure script has been generated with autoconf 2.13 or earlier.])
fi # We want an absolute path to the source-dir.