aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2010-06-03 13:39:07 -0700
committerRoland Dreier <rolandd@cisco.com>2010-06-03 13:39:07 -0700
commita9387bcab543fd8b74b082b7c2d731b641693327 (patch)
treeb806e0b114fe864b46c2aa9417c5da1fea185014
parent25dc4d38c5a17e5c1306027f204b4bab9c317162 (diff)
downloadlibibverbs-a9387bcab543fd8b74b082b7c2d731b641693327.tar.gz
Small configure.in modernizations
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 01f3807..52bc2ab 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.57)
AC_INIT(libibverbs, 1.1.3, general@lists.openfabrics.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(libibverbs, 1.1.3)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -13,7 +13,7 @@ AC_PROG_CC
AC_GNU_SOURCE
AC_PROG_LN_S
-AM_PROG_LIBTOOL
+LT_INIT
AC_ARG_WITH([valgrind],
AC_HELP_STRING([--with-valgrind],