~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-06-17 14:15:25 UTC
  • mto: (7.2.1 sid) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20090617141525-cwx8ozzpkpybugo4
Tags: upstream-2.26.2
ImportĀ upstreamĀ versionĀ 2.26.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
#       compiler:               $LTCC
66
66
#       compiler flags:         $LTCFLAGS
67
67
#       linker:         $LD (gnu? $with_gnu_ld)
68
 
#       $progname:              (GNU libtool) 2.2.6
 
68
#       $progname:              (GNU libtool) 2.2.6 Debian-2.2.6a-1ubuntu1
69
69
#       automake:               $automake_version
70
70
#       autoconf:               $autoconf_version
71
71
#
73
73
 
74
74
PROGRAM=ltmain.sh
75
75
PACKAGE=libtool
76
 
VERSION=2.2.6
 
76
VERSION="2.2.6 Debian-2.2.6a-1ubuntu1"
77
77
TIMESTAMP=""
78
78
package_revision=1.3012
79
79
 
5033
5033
        case $pass in
5034
5034
        dlopen) libs="$dlfiles" ;;
5035
5035
        dlpreopen) libs="$dlprefiles" ;;
5036
 
        link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
5036
        link)
 
5037
          libs="$deplibs %DEPLIBS%"
 
5038
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
5039
          ;;
5037
5040
        esac
5038
5041
      fi
5039
5042
      if test "$linkmode,$pass" = "lib,dlpreopen"; then
6206
6209
            revision="$number_minor"
6207
6210
            lt_irix_increment=no
6208
6211
            ;;
 
6212
          *)
 
6213
            func_fatal_configuration "$modename: unknown library version type \`$version_type'"
 
6214
            ;;
6209
6215
          esac
6210
6216
          ;;
6211
6217
        no)