pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1:
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) rm -f config.warnings 2>/dev/null
-
if_autoconf(2,50,
[
-
if test "x$cache_file" = "x/dev/null"; then
-
cache_file=./config.cache
-
if test -r "$cache_file"; then
-
echo "loading cache $cache_file"
-
. $cache_file
-
else
-
echo "creating cache $cache_file"
-
> $cache_file
-
fi
-
fi
-
]
, [
+
if_autoconf(2,50,, [
PIKE_MSG_WARN([configure script has been generated with autoconf 2.13 or earlier.]) ]) # We want an absolute path to the source-dir. case "$srcdir" in /*) ;; *) oldsrcdir="$srcdir" srcdir="`cd \"$srcdir\";pwd`"