diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-08-13 16:53:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-08-13 16:53:37 +0000 |
commit | 424ecf038c208b675e5c4ed70624f2215e0a8a22 (patch) | |
tree | 62a0374d9889b428c961fde6bcc5657b003c0879 | |
parent | 75c0125fb71b0562e7bdd85c391764796b5f12f6 (diff) | |
download | samba-424ecf038c208b675e5c4ed70624f2215e0a8a22.tar.gz samba-424ecf038c208b675e5c4ed70624f2215e0a8a22.tar.bz2 samba-424ecf038c208b675e5c4ed70624f2215e0a8a22.zip |
disabled autoconf 2.53 requirement until we know exactly why it is
needed - for example I have tested autoconf 2.52 on suse 7.3 and it
works fine
(This used to be commit cdaf99139d148f3a8cd004216525e36a7c3922b2)
-rw-r--r-- | source4/configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/configure.in b/source4/configure.in index 16b5bb5f77..2f93788683 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -1,8 +1,10 @@ dnl -*- mode: m4-mode -*- 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 disabled 2.53 requirement - we do work with 2.52 on suse 7.3 for example +dnl AC_PREREQ(2.53) + + AC_INIT(include/includes.h) AC_CONFIG_HEADER(include/config.h) |