~ubuntu-branches/ubuntu/lucid/atk1.0/lucid

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro
  • Date: 2007-07-30 16:27:32 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730162732-31bivl3v67orco16
Tags: 1.19.6-0ubuntu1
New upstream release

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
 
46
VERSION="1.5.22 Debian 1.5.22-4"
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) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
2085
        link)
 
2086
          libs="$deplibs %DEPLIBS%"
 
2087
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
2088
          ;;
2086
2089
        esac
2087
2090
      fi
2088
2091
      if test "$pass" = dlopen; then
3201
3204
            age="$number_minor"
3202
3205
            revision="$number_minor"
3203
3206
            ;;
 
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
            ;;
3204
3212
          esac
3205
3213
          ;;
3206
3214
        no)