~vorlon/ubuntu/oneiric/libogg/multiarch

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-12-14 16:43:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051214164315-9moe8pktxsl5o9yw
Tags: 1.1.3-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
PROGRAM=ltmain.sh
45
45
PACKAGE=libtool
46
46
VERSION=1.5.6
47
 
TIMESTAMP=" (1.1220.2.95 2004/04/11 05:50:42) Debian$Rev: 215 $"
 
47
TIMESTAMP=" (1.1220.2.95 2004/04/11 05:50:42) Debian$Rev: 224 $"
48
48
 
49
49
 
50
50
# Check that we have a working $echo.
1867
1867
            $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2
1868
1868
            continue
1869
1869
          fi
1870
 
          if test "$pass" = conv; then
1871
 
            deplibs="$deplib $deplibs"
1872
 
            continue
1873
 
          fi
1874
1870
          name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
1875
1871
          for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
1876
1872
            for search_ext in .la $std_shrext .so .a; do
2949
2945
 
2950
2946
        # Check that each of the things are valid numbers.
2951
2947
        case $current in
2952
 
        0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
 
2948
        0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
2953
2949
        *)
2954
2950
          $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
2955
2951
          $echo "$modename: \`$vinfo' is not valid version information" 1>&2
2958
2954
        esac
2959
2955
 
2960
2956
        case $revision in
2961
 
        0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
 
2957
        0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
2962
2958
        *)
2963
2959
          $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
2964
2960
          $echo "$modename: \`$vinfo' is not valid version information" 1>&2
2967
2963
        esac
2968
2964
 
2969
2965
        case $age in
2970
 
        0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
 
2966
        0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
2971
2967
        *)
2972
2968
          $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
2973
2969
          $echo "$modename: \`$vinfo' is not valid version information" 1>&2