File sles-automake.patch of Package netcf
From:Patrick Mullaney <pmullaney@novell.com>
netcf: sles supports automake 1.10.1 and not 1.11
Signed-off-by: Patrick Mullaney <pmullaney@novell.com>
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1475875..b3153f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_INIT(netcf, 0.1.6)
AC_CONFIG_SRCDIR([src/netcf.c])
AC_CONFIG_AUX_DIR([build/aux])
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([-Wno-portability 1.11 color-tests parallel-tests])
-AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
+AM_INIT_AUTOMAKE([-Wno-portability 1.10.1 ])
+#AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_SUBST([LIBNETCF_VERSION_INFO], [4:3:3])