~ubuntu-branches/ubuntu/wily/exif/wily

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2011-04-27 18:49:37 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110427184937-w06h1y3xdcdziz3w
Tags: 0.6.20-1
* New upstream release (Closes: #552102)
* debian/copyright:
  - updates (huge backlog) (Closes: #613485)
  - switch to DEP5 format
* Update uploader email (me)
* Refresh patches and convert them to DEP3 format
* Bump Standards-Version to 3.9.2
* Remove DMUA field (no more needed)
* Bump the B-D on libexif-dev to >= 0.6.20 since this version is now
  required.
* Remove B-D on chrpath (no more needed)

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-2ubuntu1
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-2ubuntu1"
77
77
TIMESTAMP=""
78
 
package_revision=1.3012
79
 
 
80
 
# define SED for historic ltconfig's generated by Libtool 1.3
81
 
test -z "$SED" && SED=sed
 
78
package_revision=1.3017
82
79
 
83
80
# Be Bourne compatible
84
81
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4911
4908
      fi
4912
4909
    done # argument parsing loop
4913
4910
 
4914
 
    if test "$module" = yes ; then
4915
 
      # [Mandriva] dropping ld option "--no-undefined" which is wrong for plugins
4916
 
      linker_flags=`$ECHO "X $linker_flags" | $Xsed -e 's/ --no-undefined//'`
4917
 
      compiler_flags=`$ECHO "X $compiler_flags" | $Xsed -e 's/ -Wl,--no-undefined//'`
4918
 
    fi
4919
 
 
4920
4911
    test -n "$prev" && \
4921
4912
      func_fatal_help "the \`$prevarg' option requires an argument"
4922
4913
 
5356
5347
            # It is a libtool convenience library, so add in its objects.
5357
5348
            convenience="$convenience $ladir/$objdir/$old_library"
5358
5349
            old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
5350
            tmp_libs=
 
5351
            for deplib in $dependency_libs; do
 
5352
              deplibs="$deplib $deplibs"
 
5353
              if $opt_duplicate_deps ; then
 
5354
                case "$tmp_libs " in
 
5355
                *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
5356
                esac
 
5357
              fi
 
5358
              tmp_libs="$tmp_libs $deplib"
 
5359
            done
5359
5360
          elif test "$linkmode" != prog && test "$linkmode" != lib; then
5360
5361
            func_fatal_error "\`$lib' is not a convenience library"
5361
5362
          fi
5362
 
          tmp_libs=
5363
 
          for deplib in $dependency_libs; do
5364
 
            deplibs="$deplib $deplibs"
5365
 
            if $opt_duplicate_deps ; then
5366
 
              case "$tmp_libs " in
5367
 
              *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
5368
 
              esac
5369
 
            fi
5370
 
            tmp_libs="$tmp_libs $deplib"
5371
 
          done
5372
5363
          continue
5373
5364
        fi # $pass = conv
5374
5365
 
5905
5896
          if test "$link_all_deplibs" != no; then
5906
5897
            # Add the search paths of all dependency libraries
5907
5898
            for deplib in $dependency_libs; do
 
5899
              path=
5908
5900
              case $deplib in
5909
5901
              -L*) path="$deplib" ;;
5910
5902
              *.la)
6218
6210
            revision="$number_minor"
6219
6211
            lt_irix_increment=no
6220
6212
            ;;
 
6213
          *)
 
6214
            func_fatal_configuration "$modename: unknown library version type \`$version_type'"
 
6215
            ;;
6221
6216
          esac
6222
6217
          ;;
6223
6218
        no)
7059
7054
        fi
7060
7055
 
7061
7056
        tmp_deplibs=
7062
 
        inst_prefix_arg=
7063
7057
        for test_deplib in $deplibs; do
7064
7058
          case " $convenience " in
7065
7059
          *" $test_deplib "*) ;;
7066
7060
          *)
7067
 
                if test -n "$inst_prefix_dir" && (echo "$test_deplib" | grep -- "$inst_prefix_dir" >/dev/null); then
7068
 
                        inst_prefix_arg="$inst_prefix_arg $test_deplib"
7069
 
                else
7070
 
                        tmp_deplibs="$tmp_deplibs $test_deplib"
7071
 
                fi
 
7061
            tmp_deplibs="$tmp_deplibs $test_deplib"
7072
7062
            ;;
7073
7063
          esac
7074
7064
        done
7075
7065
        deplibs="$tmp_deplibs"
7076
 
        if test -n "$inst_prefix_arg"; then
7077
 
                deplibs="$inst_prefix_arg $deplibs"
7078
 
        fi
7079
7066
 
7080
7067
        if test -n "$convenience"; then
7081
7068
          if test -n "$whole_archive_flag_spec" &&