cluster: master - build: relax autotools requirement

Fabio M. Di Nitto fabbione at fedoraproject.org
Wed Nov 25 07:53:51 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=bcf995db647d599e398df117cfc3fb85aab3c3a5
Commit:        bcf995db647d599e398df117cfc3fb85aab3c3a5
Parent:        739dc5c76d55bf71c91370a3c711cc4ae80adf9d
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Wed Nov 25 08:53:23 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Wed Nov 25 08:53:23 2009 +0100

build: relax autotools requirement

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1d4844e..c0996a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.63b])
+AC_PREREQ([2.63])
 AC_INIT([cluster], [master], [linux-cluster at redhat.com])
 AM_INIT_AUTOMAKE([-Wno-portability])
-LT_PREREQ([2.2.7])
+LT_PREREQ([2.2.6])
 LT_INIT
 
 AC_CONFIG_MACRO_DIR([m4])


More information about the cluster-commits mailing list