]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Small configure.in modernizations
authorRoland Dreier <rolandd@cisco.com>
Thu, 3 Jun 2010 20:39:07 +0000 (13:39 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 3 Jun 2010 20:39:07 +0000 (13:39 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
configure.in

index 01f3807db584e2ad9557ecb5826242841a3e16ad..52bc2ab5564a136ff438b23b03f621711eb0cb26 100644 (file)
@@ -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],