From f65e66ccbc0100c6e4b21417e4a7f142cb762079 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 25 Jul 2013 12:50:45 -0700 Subject: [PATCH] configure.ac: Minor updates based on autoupdate suggestions Signed-off-by: Sean Hefty --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index b7b08e6..901778e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,14 +1,14 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.57) -AC_INIT(ibacm, 1.0.7, linux-rdma@vger.kernel.org) +AC_PREREQ([2.63]) +AC_INIT([ibacm], [1.0.7], [linux-rdma@vger.kernel.org]) AC_CONFIG_SRCDIR([src/acm.c]) AC_CONFIG_AUX_DIR(config) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -AM_PROG_LIBTOOL +LT_INIT AC_ARG_ENABLE(libcheck, [ --disable-libcheck do not test for presence of ib libraries], [ if test "$enableval" = "no"; then -- 2.46.0