]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Fix library name passed to AC_INIT()
authorRoland Dreier <roland@topspin.com>
Thu, 13 Jan 2005 16:54:09 +0000 (16:54 +0000)
committerRoland Dreier <rolandd@cisco.com>
Thu, 9 Nov 2006 19:35:56 +0000 (11:35 -0800)
configure.in

index b3806e00d7c60140c5661fc39dfa0ee7e3a44843..5ff6036b85b72b6ec3814f128b2940358bde7657 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(libsdp, 0.9.0, openib-general@openib.org)
+AC_INIT(libibverbs, 0.9.0, openib-general@openib.org)
 AC_CONFIG_SRCDIR([src/ibverbs.h])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)