~ubuntu-branches/ubuntu/hoary/libextractor/hoary

« back to all changes in this revision

Viewing changes to libltdl/ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2004-10-30 23:50:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041030235000-poix4e5mzhmzkpbk
Tags: 0.3.10-2
* Added fix from cvs for various Sparc64 problems (Closes #278905).
* Added workaround from cvs for re-load glib problem of OLE2 extractor.
* debian/watch added.

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: 203 $"
 
47
TIMESTAMP=" (1.1220.2.95 2004/04/11 05:50:42) Debian$Rev: 215 $"
48
48
 
49
49
 
50
50
# Check that we have a working $echo.
2933
2933
            age="$number_minor"
2934
2934
            revision="$number_minor"
2935
2935
            ;;
 
2936
          *)
 
2937
            $echo "$modename: unknown library version type \`$version_type'" 1>&2
 
2938
            $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
 
2939
            exit $EXIT_FAILURE
 
2940
            ;;
2936
2941
          esac
2937
2942
          ;;
2938
2943
        no)