summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-02-17 00:07:38 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-02-17 00:07:38 +0000
commitb2a253bd47f6f20c2ecef30bdacd35be21c3b5a2 (patch)
tree4f2de33fd3223d224c768bbee533bef9ebee7cce /source3/configure.in
parentb7868582413a346a71997b23587450588d59b9d0 (diff)
downloadsamba-b2a253bd47f6f20c2ecef30bdacd35be21c3b5a2.tar.gz
samba-b2a253bd47f6f20c2ecef30bdacd35be21c3b5a2.tar.bz2
samba-b2a253bd47f6f20c2ecef30bdacd35be21c3b5a2.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 14b38c004f4bd5b695d04941b03e3bfa31372da3)
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 25cc8bd250..25a3d8095e 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)