pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-15
2003-09-15 18:33:36 by Martin Nilsson <mani@lysator.liu.se>
f056561a58a42f1b122b2063cba70c6687004b6a (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.4
Determine AC version without bc.
Rev: src/aclocal.m4:1.59
Rev: src/configure.in:1.666
1:
-
AC_REVISION("$Id: configure.in,v 1.
665
2003/
06
/
26
08
:
28
:
17
tomas
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
666
2003/
09
/
15
18
:
33
:
36
nilsson
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
-
if
test "0`echo 'if(AC
_
ACVERSION >=
2
.
50
)1'|bc`" = "01"; then
+
if
_autoconf
(2
,
50
,[
if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then
13:
> $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. case "$srcdir" in