]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Add AC_PROG_LIBTOOL to fix libtool configure warning
authorTom Tucker <tom@opengridcomputing.com>
Thu, 29 Jul 2010 16:31:51 +0000 (16:31 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 15 Dec 2010 18:47:34 +0000 (10:47 -0800)
Add AC_PROG_LIBTOOL to configure.in to fix an autogen.sh warning about
LIBTOOL configuration.

Signed-off-by: Tom Tucker <tom@ogc.us>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
configure.in

index cc93e007b5f95cfe817d2b8ac97a73870edc1dcf..fc339ceb13b4780d4d3bd4abcce6814053e1eda7 100644 (file)
@@ -13,6 +13,7 @@ dnl Checks for programs
 AC_PROG_CC
 AC_GNU_SOURCE
 AC_PROG_LN_S
+AC_PROG_LIBTOOL
 
 LT_INIT