~ubuntu-branches/ubuntu/lucid/f-spot/lucid

« back to all changes in this revision

Viewing changes to debian/ltmain-as-needed.sh

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2010-01-09 13:23:01 UTC
  • mfrom: (2.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100109132301-jxndootsoed4y0fa
Tags: 0.6.1.5-2
* debian/control, debian/patches/debian_link-system-*.patch: Update
  flickrnet and keyring-sharp dependencies to use the new -dev packages.
  Update patches to search for unversioned pcfiles (Closes: #556802)
* debian/control:
 + Bump mono-devel build-dep to >= 2.4.3 and remove all build-depends on
   packages now provided transitively by mono-devel.
 + Replace library build-depends with -dev counterparts which now contain
   the pcfiles.
* debian/ltmain-as-needed.sh: Steal updated version from Tomboy  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated from ltmain.m4sh.
2
2
 
3
 
# ltmain.sh (GNU libtool) 2.2.6
 
3
# ltmain.sh (GNU libtool) 2.2.6b
4
4
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
5
5
 
6
6
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
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.6b Debian-2.2.6b-2
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.6b Debian-2.2.6b-2"
77
77
TIMESTAMP=""
78
 
package_revision=1.3012
 
78
package_revision=1.3017
79
79
 
80
80
# Be Bourne compatible
81
81
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
116
116
 
117
117
: ${CP="cp -f"}
118
118
: ${ECHO="echo"}
119
 
: ${EGREP="/usr/bin/grep -E"}
120
 
: ${FGREP="/usr/bin/grep -F"}
121
 
: ${GREP="/usr/bin/grep"}
 
119
: ${EGREP="/bin/grep -E"}
 
120
: ${FGREP="/bin/grep -F"}
 
121
: ${GREP="/bin/grep"}
122
122
: ${LN_S="ln -s"}
123
123
: ${MAKE="make"}
124
124
: ${MKDIR="mkdir"}
125
125
: ${MV="mv -f"}
126
126
: ${RM="rm -f"}
127
 
: ${SED="/opt/local/bin/gsed"}
 
127
: ${SED="/bin/sed"}
128
128
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
129
129
: ${Xsed="$SED -e 1s/^X//"}
130
130
 
5038
5038
        case $pass in
5039
5039
        dlopen) libs="$dlfiles" ;;
5040
5040
        dlpreopen) libs="$dlprefiles" ;;
5041
 
        link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
5041
        link)
 
5042
          libs="$deplibs %DEPLIBS%"
 
5043
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
5044
          ;;
5042
5045
        esac
5043
5046
      fi
5044
5047
      if test "$linkmode,$pass" = "lib,dlpreopen"; then
5358
5361
            # It is a libtool convenience library, so add in its objects.
5359
5362
            convenience="$convenience $ladir/$objdir/$old_library"
5360
5363
            old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
5364
            tmp_libs=
 
5365
            for deplib in $dependency_libs; do
 
5366
              deplibs="$deplib $deplibs"
 
5367
              if $opt_duplicate_deps ; then
 
5368
                case "$tmp_libs " in
 
5369
                *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
5370
                esac
 
5371
              fi
 
5372
              tmp_libs="$tmp_libs $deplib"
 
5373
            done
5361
5374
          elif test "$linkmode" != prog && test "$linkmode" != lib; then
5362
5375
            func_fatal_error "\`$lib' is not a convenience library"
5363
5376
          fi
5364
 
          tmp_libs=
5365
 
          for deplib in $dependency_libs; do
5366
 
            deplibs="$deplib $deplibs"
5367
 
            if $opt_duplicate_deps ; then
5368
 
              case "$tmp_libs " in
5369
 
              *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
5370
 
              esac
5371
 
            fi
5372
 
            tmp_libs="$tmp_libs $deplib"
5373
 
          done
5374
5377
          continue
5375
5378
        fi # $pass = conv
5376
5379
 
5907
5910
          if test "$link_all_deplibs" != no; then
5908
5911
            # Add the search paths of all dependency libraries
5909
5912
            for deplib in $dependency_libs; do
 
5913
              path=
5910
5914
              case $deplib in
5911
5915
              -L*) path="$deplib" ;;
5912
5916
              *.la)
6220
6224
            revision="$number_minor"
6221
6225
            lt_irix_increment=no
6222
6226
            ;;
 
6227
          *)
 
6228
            func_fatal_configuration "$modename: unknown library version type \`$version_type'"
 
6229
            ;;
6223
6230
          esac
6224
6231
          ;;
6225
6232
        no)