3
0
forked from pool/systemtap
systemtap/0001-PR13216-set-AM_GNU_GETTEXT_VERSION-0.17-in-configury.patch

28 lines
781 B
Diff

From e281908fcbcb10a848e109d23c3ca4f2d2ef0a40 Mon Sep 17 00:00:00 2001
From: "Frank Ch. Eigler" <fche@redhat.com>
Date: Thu, 22 Sep 2011 11:53:13 -0400
Subject: PR13216: set AM_GNU_GETTEXT_VERSION(0.17) in configury
Git-commit: e281908fcbcb10a848e109d23c3ca4f2d2ef0a40
Patch-mainline: yes
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
configure.ac | 2 +-
testsuite/aclocal.m4 | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index ce3121e..c8b90de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_PROG_MAKE_SET
AC_SUBST(CFLAGS)
AC_SUBST(CXXFLAGS)
AM_GNU_GETTEXT(external)
-AM_GNU_GETTEXT_VERSION
+AM_GNU_GETTEXT_VERSION(0.15)
AC_CHECK_FUNCS(ppoll)
dnl Handle the prologues option.