9d57853118
Update version. OBS-URL: https://build.opensuse.org/request/show/176456 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=61
22 lines
461 B
Diff
22 lines
461 B
Diff
From: Tony Jones <tonyj@suse.de>
|
|
Subject: adjust autoconf version
|
|
References: none
|
|
Upstream: no
|
|
Signed-off-by: Tony Jones <tonyj@suse.de>
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -33,7 +33,7 @@ AC_SUBST(CFLAGS)
|
|
AC_SUBST(CXXFLAGS)
|
|
AC_SYS_LARGEFILE
|
|
AM_GNU_GETTEXT(external)
|
|
-AM_GNU_GETTEXT_VERSION(0.17)
|
|
+AM_GNU_GETTEXT_VERSION(0.18)
|
|
AC_CHECK_FUNCS(ppoll)
|
|
AC_CHECK_FUNCS(openat)
|
|
|