summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-09 10:42:07 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-09 10:54:41 +0200
commit6dc6d480ab16db99b088976a938371bbbe82770d (patch)
treea840c4e811bffa933dd41d40d892bd96a40cf14e /source4/configure.ac
parentd54c171a1a120980f075d05823f2c112e80dd097 (diff)
downloadsamba-6dc6d480ab16db99b088976a938371bbbe82770d.tar.gz
samba-6dc6d480ab16db99b088976a938371bbbe82770d.tar.bz2
samba-6dc6d480ab16db99b088976a938371bbbe82770d.zip
configure: we require autoconf 2.54
I've tested with autoconf from 2.53 to 2.62. metze (This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 73d3ffd4d9..5014a8700a 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -1,8 +1,7 @@
dnl -*- mode: m4-mode -*-
dnl Process this file with autoconf to produce a configure script.
-dnl disabled 2.53 requirement - we do work with 2.52 on suse 7.3 for example
-dnl AC_PREREQ(2.53)
+AC_PREREQ(2.54)
AC_INIT([samba],[4],[samba-technical@samba.org])