Luis Correia
2009-04-07 09:13:53 UTC
Add CentOS 5.3 support
Signed-Off-By Luis Correia <luis.f.correia-***@public.gmane.org>
Index: acinclude.m4
===================================================================
--- acinclude.m4 (revision 334)
+++ acinclude.m4 (working copy)
@@ -163,6 +163,9 @@
x5.2)
BRUTUS_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ BRUTUS_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;
Signed-Off-By Luis Correia <luis.f.correia-***@public.gmane.org>
Index: acinclude.m4
===================================================================
--- acinclude.m4 (revision 334)
+++ acinclude.m4 (working copy)
@@ -163,6 +163,9 @@
x5.2)
BRUTUS_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ BRUTUS_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;