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

« back to all changes in this revision

Viewing changes to aclocal/ipv6.m4

  • 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:
15
15
    fi
16
16
 
17
17
    dnl IPv6-enabled networking functions required for IPv6
18
 
    AC_CHECK_FUNCS([getnameinfo bindresvport_sa], ,
19
 
                   [AC_MSG_ERROR([Missing functions needed for IPv6.])])
 
18
    AC_CHECK_FUNCS([getifaddrs getnameinfo bindresvport_sa], ,
 
19
                   [AC_MSG_ERROR([Missing library functions needed for IPv6.])])
20
20
 
21
21
    dnl Need to detect presence of IPv6 networking at run time via
22
22
    dnl getaddrinfo(3); old versions of glibc do not support ADDRCONFIG