~ubuntu-branches/ubuntu/raring/ltspfs/raring-proposed

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2009-07-17 12:10:56 UTC
  • mfrom: (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090717121056-bfeil0wm4jz3lmhh
Tags: 0.5.13-1
* new upstream version:
  - fixes to local mounts
    + find ldm's Xauthority in /var/run.
    + support ldm Xauthority in a sub-dir.
    + mount in /media/root if local mounting is configured.
    + only run mount for localapps if user's home dir is mounted via sshfs.
    + drop delayedmounter from xinitrc.d, as udev scripts should be
      sufficient now.
    + relocate delayed-mounter ldm hooks so they run after the user is added
      to /etc/passwd, and before the user is removed from /etc/passwd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
138
138
srcdir = @srcdir@
139
139
sysconfdir = @sysconfdir@
140
140
target_alias = @target_alias@
141
 
top_build_prefix = @top_build_prefix@
142
141
top_builddir = @top_builddir@
143
142
top_srcdir = @top_srcdir@
144
143
dist_man_MANS = lbmount.1 ltspfs.1 ltspfsd.1 ltspfsmounter.1 cdpinger.1 ltspfs_mount.1 ltspfs_umount.1
149
148
        @for dep in $?; do \
150
149
          case '$(am__configure_deps)' in \
151
150
            *$$dep*) \
152
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
153
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
151
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
152
                && exit 0; \
154
153
              exit 1;; \
155
154
          esac; \
156
155
        done; \
185
184
          esac; \
186
185
        done; \
187
186
        for i in $$list; do \
188
 
          if test -f $$i; then file=$$i; \
189
 
          else file=$(srcdir)/$$i; fi; \
 
187
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
188
          else file=$$i; fi; \
190
189
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
191
190
          case "$$ext" in \
192
191
            1*) ;; \