File libibverbs-autotools.patch of Package libibverbs
---
configure.ac | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Index: configure.ac
===================================================================
--- configure.ac.orig 2014-04-03 11:43:26.659194576 +0200
+++ configure.ac 2014-04-03 15:36:29.279084919 +0200
@@ -10,14 +10,15 @@ AM_INIT_AUTOMAKE([foreign subdir-objects
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl Checks for programs
-AC_PROG_CC
-AC_USE_SYSTEM_EXTENSIONS
-AC_PROG_LN_S
-LT_INIT
+AC_PROG_CC()
+AC_USE_SYSTEM_EXTENSIONS()
+AC_PROG_LN_S()
+LT_INIT()
+
AC_ARG_WITH([valgrind],
- AS_HELP_STRING([--with-valgrind],
- [Enable Valgrind annotations (small runtime overhead, default NO)]))
+ [AS_HELP_STRING([--with-valgrind],
+ [Enable Valgrind annotations (small runtime overhead, default NO)])])
if test x$with_valgrind = x || test x$with_valgrind = xno; then
want_valgrind=no
AC_DEFINE([NVALGRIND], 1, [Define to 1 to disable Valgrind annotations.])