From da8f39a9a4cc4d97e2336517a32c923a00917af9 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 19 Aug 2003 12:42:39 +0000 Subject: [PATCH] [project @ 2003-08-19 12:42:39 by panne] Well, we really need autoconf 2.52... --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 41de88b..84e83a5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,10 @@ dnl # First off, a distrib sanity check.. AC_INIT(mk/config.mk.in) -dnl * We require autoconf version 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE -AC_PREREQ(2.50) +dnl * We require autoconf version 2.52 +dnl We need 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE. +dnl We need 2.52 due to the use of AS_TR_CPP and AS_TR_SH. +AC_PREREQ(2.52) dnl * Declare subdirectories that have a private configure script dnl -- 1.7.10.4