~jm-leddy/ubuntu/oneiric/gvfs/fix-899858

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-04 17:05:29 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20080604170529-w2qdknt7btbjt6j3
Tags: 0.99.1-0ubuntu1
* New upstream version:
  - Fix directory copy/delete problems
  - Fuse daemon robustness fixes
  - Allow mounting non-standard ISO images
  - Better username/domain tests on mount spec
  - Require gphoto >= 2.4.0
  - Fix strdup()/g_free() confusion
  - Use consistent translatable strings for mount and volume
  - Plug some memory leaks
  - Many smaller bug fixes
  - Translation updates
* debian/control.in:
  - updated libgphoto requirement
  - updated maintainer information
* debian/patches/90_from_svn_runtime_samba_debug.patch:
  - dropped, fixed in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
PROGRAM=ltmain.sh
45
45
PACKAGE=libtool
46
 
VERSION="1.5.26 Debian 1.5.26-1ubuntu1"
47
 
TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
 
46
VERSION=1.5.26
 
47
TIMESTAMP=" (1.1220.2.492 2008/01/30 06:40:56)"
48
48
 
49
49
# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
50
50
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2135
2135
        case $pass in
2136
2136
        dlopen) libs="$dlfiles" ;;
2137
2137
        dlpreopen) libs="$dlprefiles" ;;
2138
 
        link)
2139
 
          libs="$deplibs %DEPLIBS%"
2140
 
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
2141
 
          ;;
 
2138
        link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
2142
2139
        esac
2143
2140
      fi
2144
2141
      if test "$pass" = dlopen; then
3272
3269
            revision="$number_minor"
3273
3270
            lt_irix_increment=no
3274
3271
            ;;
3275
 
          *)
3276
 
            $echo "$modename: unknown library version type \`$version_type'" 1>&2
3277
 
            $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
3278
 
            exit $EXIT_FAILURE
3279
 
            ;;
3280
3272
          esac
3281
3273
          ;;
3282
3274
        no)