summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2009-03-16 13:28:42 -0400
committerSteve Dickson <steved@redhat.com>2009-03-16 13:28:42 -0400
commit31c4305a67ca434ea5614f5bdb083fbe9acc2f7e (patch)
tree6172b811c7490ab0601eb861d4917c6b2bffbda9 /Makefile.am
parent8b40c0bf17ca3e007721085a3bb627a2abd52777 (diff)
downloadnfs-utils-31c4305a67ca434ea5614f5bdb083fbe9acc2f7e.tar.gz
nfs-utils-31c4305a67ca434ea5614f5bdb083fbe9acc2f7e.tar.xz
nfs-utils-31c4305a67ca434ea5614f5bdb083fbe9acc2f7e.zip
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 88ae210..cfe2d37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,8 @@ EXTRA_DIST = \
aclocal/bsdsignals.m4 \
aclocal/nfs-utils.m4 \
aclocal/kerberos5.m4 \
- aclocal/tcp-wrappers.m4
+ aclocal/tcp-wrappers.m4 \
+ aclocal/libtirpc.m4
ACLOCAL_AMFLAGS = -I aclocal