forked from pool/libtirpc
1be34e3c8c
- 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
12 lines
290 B
Diff
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])
|