~ubuntu-branches/ubuntu/precise/nfs-utils/precise-updates

« back to all changes in this revision

Viewing changes to utils/showmount/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-07-23 17:54:36 UTC
  • mfrom: (14.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110723175436-mu7zaa6637prifpq
* Merge from Debian unstable (LP: #728586, LP: #789117), remaining
  changes:
  - debian/nfs-common.{statd,statd-mounting,gssd,idmapd}.upstart,
    debian/control, debian/nfs-common.{preinst,postinst,prerm,postrm},
    debian/rules: drop nfs-common init script in favor of upstart jobs,
    and build-depend on debhelper (>= 7.3.15ubuntu3) for correct upstart
    init handling.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - debian/nfs-kernel-server.postinst: don't call "invoke-rc.d nfs-common"
    in the postinst, this is redundant anyway and the nfs-common init script
    is gone now.
  - nfs-kernel-server.default:  Add comment about how to disable nfs4.
  - debian/patches/multiarch-kerberos-paths: Search for kerberos libs
    in multiarch locations.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - ubuntu-fix-kernel-version-handling: avoid segfaults from short kernel
    version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
42
42
        $(top_srcdir)/aclocal/ipv6.m4 \
43
43
        $(top_srcdir)/aclocal/kerberos5.m4 \
 
44
        $(top_srcdir)/aclocal/keyutils.m4 \
44
45
        $(top_srcdir)/aclocal/libblkid.m4 \
45
46
        $(top_srcdir)/aclocal/libcap.m4 \
46
47
        $(top_srcdir)/aclocal/libevent.m4 \
137
138
CYGPATH_W = @CYGPATH_W@
138
139
DEFS = @DEFS@
139
140
DEPDIR = @DEPDIR@
 
141
DLLTOOL = @DLLTOOL@
140
142
DSYMUTIL = @DSYMUTIL@
141
143
DUMPBIN = @DUMPBIN@
142
144
ECHO_C = @ECHO_C@
169
171
LIBBSD = @LIBBSD@
170
172
LIBCAP = @LIBCAP@
171
173
LIBCRYPT = @LIBCRYPT@
 
174
LIBKEYUTILS = @LIBKEYUTILS@
 
175
LIBMOUNT = @LIBMOUNT@
172
176
LIBNSL = @LIBNSL@
173
177
LIBOBJS = @LIBOBJS@
174
178
LIBS = @LIBS@
180
184
LTLIBOBJS = @LTLIBOBJS@
181
185
MAINT = @MAINT@
182
186
MAKEINFO = @MAKEINFO@
 
187
MANIFEST_TOOL = @MANIFEST_TOOL@
183
188
MKDIR_P = @MKDIR_P@
184
189
NM = @NM@
185
190
NMEDIT = @NMEDIT@
213
218
abs_srcdir = @abs_srcdir@
214
219
abs_top_builddir = @abs_top_builddir@
215
220
abs_top_srcdir = @abs_top_srcdir@
 
221
ac_ct_AR = @ac_ct_AR@
216
222
ac_ct_CC = @ac_ct_CC@
217
223
ac_ct_CXX = @ac_ct_CXX@
218
224
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
253
259
libexecdir = @libexecdir@
254
260
localedir = @localedir@
255
261
localstatedir = @localstatedir@
256
 
lt_ECHO = @lt_ECHO@
257
262
mandir = @mandir@
258
263
mkdir_p = @mkdir_p@
259
264
mountfile = @mountfile@