Branch: Tag:

2003-12-04

2003-12-04 13:59:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

m4_pattern_allow() doesn't exist in autoconf 2.13.

Rev: src/configure.in:1.751

1: - AC_REVISION("$Id: configure.in,v 1.750 2003/12/04 13:31:39 per Exp $") + AC_REVISION("$Id: configure.in,v 1.751 2003/12/04 13:59:26 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
3218:   # It also clobbers $LIBOBJS.   #   # Handle the latest autoconf incompatibility... + ifdef([m4_pattern_allow], [    m4_pattern_allow(LIBOBJS) -  + ])   OLD_LIBOBJS="${LIBOBJS}"      AC_FUNC_MEMCMP