~ubuntu-branches/ubuntu/gutsy/yelp/gutsy-updates

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-14 13:14:03 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20070814131403-k4h8l2t6mc8pcrix
Tags: 2.19.90-0ubuntu1
* New upstream version:
  - Fix distcheck
  - Use x-yelp-index instead of index, which unbreaks some docbook files
  - Write html on command instead of in idle, which fixes info pages
  - Update some copyrights on files
  - Make MAINTAINERS meet bkor's high expectations
  - Add a "phrase not found" message to the find bar
  - Fix "info <page>" in search bar (LP: #54430)
  - Handle malformed .so tags
  - Better handling of cross links in man pages
  - Fix crashes in various info pages
  - Remove extra markup from print dialog
  - Fix searching of single ':' using basic search (LP: #128130)
  - Various fixes to basic search
  - Handle '\*=' escape sequence in man pages
  - Resolve full paths given with ghelp: uri (LP: #130724)
  - Reduce static data and relocations
  - Fix build on Solaris
  - Remove c++ comment
  - Mark -help contents as translatable
  - Remove suffix from icon
  - Make error messages less cryptic
  - Mark print dialog title as translatable
  - Fix building with Beagle again
  - Register EXSLT extensions
  - Fixes docbook pages again
  - Updated translations
* debian/patches/07_rosetta_translations_update.patch:
  - updated
* debian/patches/90_from_svn_exslt_registration.patch:
  - dropped, fixed with the new version
* debian/rules:
  - use beagle search

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.22 Debian 1.5.22-4"
 
46
VERSION=1.5.22
47
47
TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
48
48
 
49
49
# See if we are running on zsh, and set the options which allow our
2082
2082
        case $pass in
2083
2083
        dlopen) libs="$dlfiles" ;;
2084
2084
        dlpreopen) libs="$dlprefiles" ;;
2085
 
        link)
2086
 
          libs="$deplibs %DEPLIBS%"
2087
 
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
2088
 
          ;;
 
2085
        link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
2089
2086
        esac
2090
2087
      fi
2091
2088
      if test "$pass" = dlopen; then
3204
3201
            age="$number_minor"
3205
3202
            revision="$number_minor"
3206
3203
            ;;
3207
 
          *)
3208
 
            $echo "$modename: unknown library version type \`$version_type'" 1>&2
3209
 
            $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
3210
 
            exit $EXIT_FAILURE
3211
 
            ;;
3212
3204
          esac
3213
3205
          ;;
3214
3206
        no)