~ubuntu-branches/ubuntu/lucid/rsyslog/lucid

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2007-12-03 19:42:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071203194219-yyx6h4mlp3fq2e2r
Tags: 1.19.12-1
* New upstream release.
* debian/control
  - Add Depends: lsb-base (>= 3.0-6) as the init script uses the LSB logging
    functions.
  - Bump Standards-Version to 3.7.3. No further changes required. 

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.24 Debian 1.5.24-1"
 
46
VERSION=1.5.24
47
47
TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
48
48
 
49
49
# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
2122
2122
        case $pass in
2123
2123
        dlopen) libs="$dlfiles" ;;
2124
2124
        dlpreopen) libs="$dlprefiles" ;;
2125
 
        link)
2126
 
          libs="$deplibs %DEPLIBS%"
2127
 
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
2128
 
          ;;
 
2125
        link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
2129
2126
        esac
2130
2127
      fi
2131
2128
      if test "$pass" = dlopen; then
3247
3244
            revision="$number_minor"
3248
3245
            lt_irix_increment=no
3249
3246
            ;;
3250
 
          *)
3251
 
            $echo "$modename: unknown library version type \`$version_type'" 1>&2
3252
 
            $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
3253
 
            exit $EXIT_FAILURE
3254
 
            ;;
3255
3247
          esac
3256
3248
          ;;
3257
3249
        no)