From 585d50c667c78cb1d9e8db3e8f9e51d41fead1d9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 17 Feb 2003 00:10:37 +0000 Subject: People were being tripped up by the fact that we havn't updated acconfig.h as we don't need it for autoconf 2.53. Remove it from CVS, and assert the newer autotools in configure.in Andrew Bartlett (This used to be commit c51065e6073f30296e87bedd06efd7f9a5833f93) --- source3/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 541946e671..8a6cae254d 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1,5 +1,8 @@ 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) AC_INIT(include/includes.h) AC_CONFIG_HEADER(include/config.h) -- cgit