From 045c5509f5f89ad31b0493bdf28fd8676d86e445 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Mon, 2 Jul 2007 21:05:03 +0300 Subject: [PATCH] Bug 936: Allow Autoconf 2.59 too, for elinks.cz compatibility. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 9f629fb68..00b71cd77 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. dnl Autoconf 2.13 generates an incomplete config.h.in; see ELinks bug 936. -dnl Autoconf 2.61 is known to be compatible with ELinks, so that's what we -dnl specify here. -AC_PREREQ(2.61) +dnl Autoconf 2.59 is installed in the computer that generates our daily +dnl snapshots, so we need to be compatible with that. +AC_PREREQ(2.59) AC_INIT(src/main/main.c) AC_CONFIG_AUX_DIR(config)