summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-02-17 00:10:37 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-02-17 00:10:37 +0000
commit585d50c667c78cb1d9e8db3e8f9e51d41fead1d9 (patch)
tree804c4e3b270ebea9c591f321d4dbd4aa89c80195 /source3/configure.in
parent7f204e07ae56d2727702b5e375ffd7d2f7f65ca9 (diff)
downloadsamba-585d50c667c78cb1d9e8db3e8f9e51d41fead1d9.tar.gz
samba-585d50c667c78cb1d9e8db3e8f9e51d41fead1d9.tar.bz2
samba-585d50c667c78cb1d9e8db3e8f9e51d41fead1d9.zip
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)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 3 insertions, 0 deletions
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)