Hi all:

Attached is a patch for rrdtool trunk to downgrade the version
requirement of gettext from 0.18 to 0.17.  I was able to build rrdtool
trunk on EL6 (beta) without any issues.  The version of gettext that
comes with EL6 is 0.17.

It would be great if this can be backported also to the 1.4 branch.

Thanks!

Bernard
Index: configure.ac
===================================================================
--- configure.ac	(revision 2173)
+++ configure.ac	(working copy)
@@ -303,7 +303,7 @@
 
 CONFIGURE_PART(Libintl Processing)
 
-AM_GNU_GETTEXT_VERSION(0.18)
+AM_GNU_GETTEXT_VERSION(0.17)
 AM_GNU_GETTEXT(external)
 
 CONFIGURE_PART(IEEE Math Checks)
_______________________________________________
rrd-developers mailing list
rrd-developers@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Reply via email to