]> git.decadent.org.uk Git - nfs-utils.git/commit - aclocal/libtirpc.m4
configure: move TI-RPC checks into aclocal
authorChuck Lever <chuck.lever@oracle.com>
Mon, 16 Mar 2009 17:28:42 +0000 (13:28 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 16 Mar 2009 17:28:42 +0000 (13:28 -0400)
commit31c4305a67ca434ea5614f5bdb083fbe9acc2f7e
tree6172b811c7490ab0601eb861d4917c6b2bffbda9
parent8b40c0bf17ca3e007721085a3bb627a2abd52777
configure: move TI-RPC checks into aclocal

Define an aclocal test for TI-RPC headers and library, and move the
TI-RPC checks earlier in our configure script so other feature checks
can use the availability of TI-RPC to decide what to do.

Since bindresvport_sa is required just for IPv6 support, move that
check to the IPv6 feature tests.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Makefile.am
aclocal/libtirpc.m4 [new file with mode: 0644]
configure.ac