~ubuntu-branches/ubuntu/lucid/ltspfs/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2009-06-03 17:31:29 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603173129-drd1uiq91na7ryzy
Tags: 0.5.12-0ubuntu1
* New upstream version (0.5.12):
 * Remove ltspfs_fstab entry before unmounting device (LP: #378495)
 * Code simplification
 * Make sure delayed_mounter sets USER=root for local ltspfsmounting
 * Do not remove ltspfs mount on "already mounted" errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
160
160
srcdir = @srcdir@
161
161
sysconfdir = @sysconfdir@
162
162
target_alias = @target_alias@
 
163
top_build_prefix = @top_build_prefix@
163
164
top_builddir = @top_builddir@
164
165
top_srcdir = @top_srcdir@
165
166
EXTRA_DIST = autogen.sh
294
295
        unique=`for i in $$list; do \
295
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296
297
          done | \
297
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
298
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
298
299
              END { if (nonempty) { for (i in files) print i; }; }'`; \
299
300
        mkid -fID $$unique
300
301
tags: TAGS