libtirpc/002-old-automake.patch
Olaf Kirch 1be34e3c8c Accepting request 305881 from home:kukuk:NIS
- 001-tirpc-features.patch: update with official git version
- 002-old-automake.patch: re-add for SLES11
- 003-fix-gssapi.patch: try to fix the disable-gssapi option correct

OBS-URL: https://build.opensuse.org/request/show/305881
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=44
2015-05-08 10:53:50 +00:00

12 lines
290 B
Diff

diff --git a/configure.ac b/configure.ac
index 290c635..a6a202e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,4 @@
AC_INIT(libtirpc, 0.3.0)
-AM_INIT_AUTOMAKE([silent-rules])
+AM_INIT_AUTOMAKE
-AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/auth_des.c])
AC_CONFIG_MACRO_DIR([m4])