[libvirt] [libvirt-snmp][PATCH] configure.ac: lower required minimal version of autoconf

Michal Privoznik mprivozn at redhat.com
Tue Mar 8 17:11:53 UTC 2011


so we can build even on rhel 5.6 where the original version is not  yet.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 468fb07..dcab0ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT([libvirt-snmp],[0.0.1],[libvir-list at redhat.com],[],[http://libvirt.org])
 AM_INIT_AUTOMAKE([-Wall -Werror])
 AC_CONFIG_HEADERS([config.h])
 
-AC_PREREQ([2.66])
+AC_PREREQ([2.50])
 AC_CHECK_FUNCS([memset])
 AC_CHECK_FUNCS([strdup])
 AC_CHECK_HEADERS([stdlib.h])
-- 
1.7.4




More information about the libvir-list mailing list