X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=Makefile.in;h=a3c70137d8cc8e5554cccfcd7a29af60b3a7693f;hp=a40a6258bc9ffee75173585e4dd1ca8fb8254750;hb=ebf259dfcee762c98ac530d558ca9126c983b1a5;hpb=4d2c12bf6a2ed8c7c782d676a6552f54301409d9 diff --git a/Makefile.in b/Makefile.in index a40a625..a3c7013 100644 --- a/Makefile.in +++ b/Makefile.in @@ -118,7 +118,12 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GREP = @GREP@ +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,20 +155,19 @@ 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@ SVCGSSD = @SVCGSSD@ VERSION = @VERSION@ -ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -ac_ct_LD = @ac_ct_LD@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ @@ -180,6 +184,9 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ enable_gss = @enable_gss@ enable_nfsv3 = @enable_nfsv3@ enable_nfsv4 = @enable_nfsv4@ @@ -189,18 +196,22 @@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ kprefix = @kprefix@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ secure_statd = @secure_statd@ sharedstatedir = @sharedstatedir@ @@ -243,22 +254,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 +438,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 \