Skip to content

Commit e37e68c

Browse files
committed
usnic_tools -> usnic-tools
Much better without the "_". Bump the version to v1.1.0.0, just to be symbolically consistent (even though we're renaming). Signed-off-by: Jeff Squyres <[email protected]>
1 parent b90c7f7 commit e37e68c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#
3636

3737
AC_PREREQ([2.57])
38-
AC_INIT([usnic_tools], [1.0.0.0])
38+
AC_INIT([usnic-tools], [1.1.0.0])
3939

4040
AC_CONFIG_AUX_DIR(config)
4141
AM_INIT_AUTOMAKE([foreign no-define 1.11 dist-bzip2])
@@ -81,12 +81,12 @@ AS_IF([test "x$with_libfabric" != "x"],
8181

8282
dnl Checks for libraries
8383
AC_CHECK_LIB([fabric], fi_getinfo, [],
84-
AC_MSG_ERROR([fi_getinfo() not found. usnic_tools requires libfabric.]))
84+
AC_MSG_ERROR([fi_getinfo() not found. usnic-tools requires libfabric.]))
8585

8686
dnl Checks for header files.
8787
AC_HEADER_STDC
8888
AC_CHECK_HEADER([rdma/fabric.h], [],
89-
[AC_MSG_ERROR([<rdma/fabric.h> not found. usnic_tools requires libfabric.])])
89+
[AC_MSG_ERROR([<rdma/fabric.h> not found. usnic-tools requires libfabric.])])
9090
AC_CHECK_HEADER([rdma/fi_ext_usnic.h], [],
9191
[AC_MSG_WARN([libfabric does not appear to have usNIC support included.])
9292
AC_MSG_ERROR([Cannot continue])])

0 commit comments

Comments
 (0)