X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=Makefile.in;h=449a278df65c8627a09db1e08543831914a1ea7f;hp=a40a6258bc9ffee75173585e4dd1ca8fb8254750;hb=1408e610ac2db753543a546c4312b2eb6799f044;hpb=4d2c12bf6a2ed8c7c782d676a6552f54301409d9 diff --git a/Makefile.in b/Makefile.in index a40a625..449a278 100644 --- a/Makefile.in +++ b/Makefile.in @@ -118,7 +118,11 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ +HAVE_LIBWRAP = @HAVE_LIBWRAP@ +HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ IDMAPD = @IDMAPD@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -150,8 +154,11 @@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ +RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@ +RPCSECGSS_LIBS = @RPCSECGSS_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -164,6 +171,7 @@ ac_ct_F77 = @ac_ct_F77@ ac_ct_LD = @ac_ct_LD@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ +ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ @@ -243,22 +251,7 @@ EXTRA_DIST = \ \ aclocal/nfs-utils.m4 \ aclocal/kerberos5.m4 \ - aclocal/tcp-wrappers.m4 \ - \ - support/rpc/include/rpc/auth_gss.h \ - support/rpc/include/rpc/auth.h \ - support/rpc/include/rpc/auth_unix.h \ - support/rpc/include/rpc/clnt.h \ - support/rpc/include/rpc/pmap_clnt.h \ - support/rpc/include/rpc/pmap_prot.h \ - support/rpc/include/rpc/pmap_rmt.h \ - support/rpc/include/rpc/rpc_des.h \ - support/rpc/include/rpc/rpc.h \ - support/rpc/include/rpc/rpc_msg.h \ - support/rpc/include/rpc/svc_auth.h \ - support/rpc/include/rpc/svc.h \ - support/rpc/include/rpc/types.h \ - support/rpc/include/rpc/xdr.h + aclocal/tcp-wrappers.m4 all: all-recursive @@ -442,7 +435,7 @@ distclean-tags: distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkdir_p) $(distdir)/aclocal $(distdir)/debian $(distdir)/support/rpc/include/rpc + $(mkdir_p) $(distdir)/aclocal $(distdir)/debian @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \