forked from pool/systemtap
Jiri Slaby
14aa29960a
udpate to 1.6 OBS-URL: https://build.opensuse.org/request/show/89983 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=34
28 lines
781 B
Diff
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.
|