configure: we require autoconf 2.54
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Jun 2008 08:42:07 +0000 (10:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Jun 2008 08:54:41 +0000 (10:54 +0200)
I've tested with autoconf from 2.53 to 2.62.

metze

source/configure.ac

index 73d3ffd4d9b6c60bde0b4a91710b70a810e1f150..5014a8700a8735734771694bd3e8f40e179b6ebc 100644 (file)
@@ -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])