SHA256
1
0
forked from pool/systemtap
systemtap/systemtap-doc-back-down-gettext-version.diff

24 lines
700 B
Diff
Raw Normal View History

From: Jeff Mahoney <jeffm@suse.com>
Subject: systemtap: back down gettext requirement to 0.19.2
Patch-mainline: Never, requirement of old release
Upstream commit 42973bd25b4 (gettextize to gettext 0.19) doesn't give a
reason to update gettext, but it breaks autoconf on SLES 12.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_SYS_LARGEFILE
AC_CHECK_FUNCS(ppoll)
AC_CHECK_FUNCS(openat)
AM_GNU_GETTEXT(external)
-AM_GNU_GETTEXT_VERSION([0.19.4])
+AM_GNU_GETTEXT_VERSION([0.19.2])
if test "x$GMSGFMT" = "x:"; then
AC_MSG_ERROR([missing gnu /usr/bin/msgfmt])