Branch: Tag:

2002-12-19

2002-12-19 15:29:42 by Marcus Comstedt <marcus@mc.pp.se>

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.