From 1319e4ec7a94cafca9c820d90658de7ffedde762 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 18 Aug 2003 10:55:31 +0000 Subject: [PATCH] [project @ 2003-08-18 10:55:31 by panne] We require at least autoconf 2.50 (not 2.52 and/or 2.53?!) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a919e2a..b323c80 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ dnl # First off, a distrib sanity check.. AC_INIT(mk/config.mk.in) -dnl * We require autoconf version 2.53 due to the use of AC_SYS_LARGEFILE -AC_PREREQ(2.52) +dnl * We require autoconf version 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE +AC_PREREQ(2.50) dnl * Declare subdirectories that have a private configure script dnl -- 1.7.10.4