Luis Correia
2009-04-07 10:07:48 UTC
Add support for CentOS 5.3
Signed-Off-By: Luis Correia <luis.f.correia-***@public.gmane.org>
Index: m4/platform_adapt.m4
===================================================================
--- m4/platform_adapt.m4 (revision 518)
+++ m4/platform_adapt.m4 (working copy)
@@ -162,6 +162,9 @@
x5.2)
LORICA_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ LORICA_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: m4/platform_adapt.m4
===================================================================
--- m4/platform_adapt.m4 (revision 518)
+++ m4/platform_adapt.m4 (working copy)
@@ -162,6 +162,9 @@
x5.2)
LORICA_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ LORICA_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;