diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-06-09 10:43:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-09 11:05:06 +0200 |
commit | b19587b464ab8e19202d4b646dd5819861b7fbcb (patch) | |
tree | fc7d73a571ac125d76852438af7296a449c30273 | |
parent | 4461f0a6ee353e206f4f14f1ff887a0f5f0a6dfa (diff) | |
download | samba-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)
-rw-r--r-- | source3/configure.in | 4 |
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]) |