[PATCH] Downgrade version of gettext to 0.17
Bernard Li <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.devel |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
configure.ac.patch
(text/x-patch, 335 B)
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)