Skip to content

Commit 414e261

Browse files
authored
Merge pull request #12 from SystemFabricWorks/issue_9
Modernize configure.ac
2 parents d67e7bb + 0a1740c commit 414e261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in renamed to configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT(qperf, 0.4.10, [email protected])
2-
AM_INIT_AUTOMAKE(qperf, 0.4.10)
2+
AM_INIT_AUTOMAKE
33
AC_PROG_CC
44
AC_CHECK_LIB(ibverbs, ibv_open_device, RDMA=1)
55
AC_CHECK_LIB(ibverbs, ibv_open_xrc_domain, HAS_XRC=1)

0 commit comments

Comments
 (0)