~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to scripts/ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-16 14:26:05 UTC
  • mfrom: (1.2.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316142605-gj2oyabw69a9b9li
Tags: 2.20.0-0ubuntu1
New upstream 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
47
 
TIMESTAMP=" (1.1220.2.492 2008/01/30 06:40:56)"
 
46
VERSION="1.5.26 Debian 1.5.26-4"
 
47
TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
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) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
2138
        link)
 
2139
          libs="$deplibs %DEPLIBS%"
 
2140
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
2141
          ;;
2139
2142
        esac
2140
2143
      fi
2141
2144
      if test "$pass" = dlopen; then
3269
3272
            revision="$number_minor"
3270
3273
            lt_irix_increment=no
3271
3274
            ;;
 
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
            ;;
3272
3280
          esac
3273
3281
          ;;
3274
3282
        no)