~ubuntu-branches/ubuntu/gutsy/gnome-games/gutsy

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 10:44:15 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20070918104415-1s12dio3hrgpo48w
Tags: 1:2.20.0-0ubuntu1
* New upstream release:
  - Aisleriot:
    - Fix timer suspend on window iconification; and fix the corrupted
      statistics on load.
    - Revert the spider options order in menu.
  - Gnometris: pre-filled rows, and density of blocks in a pre-filled row 
    works again
  - Nibbles: Add missing includes
  - Robots: Add prototype for load_keys() to silence warning
  - GGZ: Add included ggzdmod to build path
* debian/patches/99_autoconf.patch: updated.

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
47
 
TIMESTAMP=" (1.1220.2.455 2007/06/24 02:13:29)"
 
46
VERSION="1.5.24 Debian 1.5.24-1"
 
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).
50
50
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2122
2122
        case $pass in
2123
2123
        dlopen) libs="$dlfiles" ;;
2124
2124
        dlpreopen) libs="$dlprefiles" ;;
2125
 
        link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
2125
        link)
 
2126
          libs="$deplibs %DEPLIBS%"
 
2127
          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
2128
          ;;
2126
2129
        esac
2127
2130
      fi
2128
2131
      if test "$pass" = dlopen; then
3244
3247
            revision="$number_minor"
3245
3248
            lt_irix_increment=no
3246
3249
            ;;
 
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
            ;;
3247
3255
          esac
3248
3256
          ;;
3249
3257
        no)