~ubuntu-branches/debian/stretch/nfs-utils/stretch

« back to all changes in this revision

Viewing changes to utils/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar, Anibal Monsalve Salazar, Ben Hutchings
  • Date: 2010-04-06 16:11:22 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100406161122-x7erw0q8xiitoyp6
Tags: 1:1.2.2-1
[ Anibal Monsalve Salazar ]
* New upstream release 
  Build depend on libcap-dev
  Set configure option --enable-nfsv41
* X-ref nfsd({7,8})
  02-524255-manpages.patch by Cyril Brulebois
  Closes: 524255

[ Ben Hutchings ]
* Change maintainer to Debian kernel team; move Aníbal to uploaders and
  add myself to uploaders
* Check for nfsd in /proc/filesystems rather than looking for signs of it in
  /proc/kallsyms (Closes: #563104, #572736)
* Document the -n option to svcgssd, thanks to Alberto Gonzalez Iniesta
  (Closes: #451402, #550270)
* Replace upstream reference in package descriptions with Homepage fields,
  and do not refer to the obsolete CVS repository
* Update policy version to 3.8.4; no changes required
* Override lintian error 'init.d-script-missing-dependency-on-remote_fs';
  the init script does work without /usr mounted

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
43
43
        $(top_srcdir)/aclocal/ipv6.m4 \
44
44
        $(top_srcdir)/aclocal/kerberos5.m4 \
45
45
        $(top_srcdir)/aclocal/libblkid.m4 \
 
46
        $(top_srcdir)/aclocal/libcap.m4 \
46
47
        $(top_srcdir)/aclocal/libevent.m4 \
47
48
        $(top_srcdir)/aclocal/libnfsidmap.m4 \
48
49
        $(top_srcdir)/aclocal/librpcsecgss.m4 \
158
159
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
159
160
LIBBLKID = @LIBBLKID@
160
161
LIBBSD = @LIBBSD@
 
162
LIBCAP = @LIBCAP@
161
163
LIBCRYPT = @LIBCRYPT@
162
164
LIBNSL = @LIBNSL@
163
165
LIBOBJS = @LIBOBJS@
224
226
enable_mountconfig = @enable_mountconfig@
225
227
enable_nfsv3 = @enable_nfsv3@
226
228
enable_nfsv4 = @enable_nfsv4@
 
229
enable_nfsv41 = @enable_nfsv41@
227
230
exec_prefix = @exec_prefix@
228
231
host = @host@
229
232
host_alias = @host_alias@
317
320
#     (which will cause the Makefiles to be regenerated when you run `make');
318
321
# (2) otherwise, pass the desired values on the `make' command line.
319
322
$(RECURSIVE_TARGETS):
320
 
        @failcom='exit 1'; \
 
323
        @fail= failcom='exit 1'; \
321
324
        for f in x $$MAKEFLAGS; do \
322
325
          case $$f in \
323
326
            *=* | --[!k]*);; \
342
345
        fi; test -z "$$fail"
343
346
 
344
347
$(RECURSIVE_CLEAN_TARGETS):
345
 
        @failcom='exit 1'; \
 
348
        @fail= failcom='exit 1'; \
346
349
        for f in x $$MAKEFLAGS; do \
347
350
          case $$f in \
348
351
            *=* | --[!k]*);; \