886da04a93
OBS-URL: https://build.opensuse.org/request/show/107476 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=47
20 lines
466 B
Diff
20 lines
466 B
Diff
From: Tony Jones <tonyj@suse.de>
|
|
Subject: adjust autoconf version
|
|
References: none
|
|
Upstream: no
|
|
Signed-off-by: Tony Jones <tonyj@suse.de>
|
|
|
|
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(0.17)
|
|
+AM_GNU_GETTEXT_VERSION(0.15)
|
|
AC_CHECK_FUNCS(ppoll)
|
|
|
|
dnl Handle the prologues option.
|