From 424ecf038c208b675e5c4ed70624f2215e0a8a22 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Aug 2003 16:53:37 +0000 Subject: disabled autoconf 2.53 requirement until we know exactly why it is needed - for example I have tested autoconf 2.52 on suse 7.3 and it works fine (This used to be commit cdaf99139d148f3a8cd004216525e36a7c3922b2) --- source4/configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/configure.in b/source4/configure.in index 16b5bb5f77..2f93788683 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -1,8 +1,10 @@ dnl -*- mode: m4-mode -*- dnl Process this file with autoconf to produce a configure script. -dnl We must use autotools 2.53 or above -AC_PREREQ(2.53) +dnl disabled 2.53 requirement - we do work with 2.52 on suse 7.3 for example +dnl AC_PREREQ(2.53) + + AC_INIT(include/includes.h) AC_CONFIG_HEADER(include/config.h) -- cgit