~ubuntu-branches/ubuntu/karmic/uim/karmic-proposed

« back to all changes in this revision

Viewing changes to sigscheme/ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2009-03-01 12:57:00 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090301125700-0ykjdq0zgj55e3n3
Tags: 1:1.5.5-1
New upstream release and final upload by current maintainter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2968
2968
                    for tmp in $deplibrary_names ; do
2969
2969
                      depdepl=$tmp
2970
2970
                    done
2971
 
                    if test -f "$deplibdir/$depdepl" ; then
 
2971
                    if test -f "$path/$depdepl" ; then
 
2972
                      depdepl="$path/$depdepl"
 
2973
                    elif test -f "$deplibdir/$depdepl" ; then
2972
2974
                      depdepl="$deplibdir/$depdepl"
2973
 
                    elif test -f "$path/$depdepl" ; then
2974
 
                      depdepl="$path/$depdepl"
2975
2975
                    else
2976
2976
                      # Can't find it, oh well...
2977
2977
                      depdepl=