1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

configure: we require autoconf 2.54

I've tested with autoconf from 2.53 to 2.62.

metze
(This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)
This commit is contained in:
Stefan Metzmacher 2008-06-09 10:42:07 +02:00
parent d54c171a1a
commit 6dc6d480ab

View 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])