summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-09 10:43:48 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-09 11:05:06 +0200
commitb19587b464ab8e19202d4b646dd5819861b7fbcb (patch)
treefc7d73a571ac125d76852438af7296a449c30273 /source3/configure.in
parent4461f0a6ee353e206f4f14f1ff887a0f5f0a6dfa (diff)
downloadsamba-b19587b464ab8e19202d4b646dd5819861b7fbcb.tar.gz
samba-b19587b464ab8e19202d4b646dd5819861b7fbcb.tar.bz2
samba-b19587b464ab8e19202d4b646dd5819861b7fbcb.zip
configure: we require autoconf 2.54
I've tested with autoconf from 2.53 to 2.62. metze (This used to be commit a268a6d251e58c27262e11fcd85b8281dfaddd8b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index b3e448f21c..8c00d39d73 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1,7 +1,7 @@
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 We must use autotools 2.54 or above
+AC_PREREQ(2.54)
AC_INIT([Samba],[3],[samba-technical@samba.org])