~ubuntu-branches/ubuntu/feisty/gnome-system-tools/feisty-proposed

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-12 17:47:11 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070212174711-ni6c4lknlw7dnes0
Tags: 2.17.91-0ubuntu1
* New upstream version:
  Network:
  - Avoid a critical warning
  - Fix invalid memory free() which was causing lots of grief 
    (Ubuntu: #67936, #70756)
  - call g_thread_init() to avoid GSlice warning
  - Improve migration of older parameters in location files to newer format
  Shares:
  - Check whether there's connection to the bus before requesting data 
    in the nautilus extension
  - call g_thread_init() to avoid GSlice warning
  Time:
  - updated screenshots for the documentation (Ubuntu: #83006)
  Users:
  - Mark a few dialogs as transient for another ones
* debian/patches/98_automake.dpatch:
  - updated

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)