aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2013-05-28 09:23:05 -0700
committerRoland Dreier <roland@purestorage.com>2013-05-28 09:23:05 -0700
commit36bb40e8980ba904a1c7acef4336d8002b6b99ab (patch)
tree7f396d2b15eb3bd72f62e0bf7545848ef1c1255f
parent3b256d004faf2dcf82921498fb329833c5b3f516 (diff)
downloadlibmlx4-36bb40e8980ba904a1c7acef4336d8002b6b99ab.tar.gz
configure: Minor updates suggested by autoupdate
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.ac8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 30ffed9..a4717d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,19 +1,17 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.57)
-AC_INIT(libmlx4, 1.0.4, linux-rdma@vger.kernel.org)
+AC_PREREQ([2.67])
+AC_INIT([libmlx4],[1.0.4],[linux-rdma@vger.kernel.org])
AC_CONFIG_SRCDIR([src/mlx4.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AC_PROG_LIBTOOL
LT_INIT
AC_ARG_WITH([valgrind],
- AC_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.])