~ubuntu-branches/ubuntu/vivid/gnome-mahjongg/vivid-proposed

« back to all changes in this revision

Viewing changes to compile

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-17 10:01:25 UTC
  • mfrom: (3.1.1)
  • Revision ID: package-import@ubuntu.com-20131217100125-fdgpan12iwkiko71
Tags: 1:3.10.2-0ubuntu1
* New upstream release:
  - Sort scores by duration of the game
  - Fix Redo sometimes removing too many pieces
  - Fix map label on scores dialog
  - Add an appdata file
  - Fix bug where the pause button could incorrectly display a "play" icon
  - Fix name of application menu when not launched by GNOME Shell
  - Fix two broken links in user help
  - App menu now uses a UI file and is installed into a gresource

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Wrapper for compilers which do not understand '-c -o'.
3
3
 
4
 
scriptversion=2012-03-05.13; # UTC
 
4
scriptversion=2012-10-14.11; # UTC
5
5
 
6
 
# Copyright (C) 1999-2012 Free Software Foundation, Inc.
 
6
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
7
7
# Written by Tom Tromey <tromey@cygnus.com>.
8
8
#
9
9
# This program is free software; you can redistribute it and/or modify
112
112
      lib=$dir/$lib.lib
113
113
      break
114
114
    fi
 
115
    if test -f "$dir/lib$lib.a"; then
 
116
      found=yes
 
117
      lib=$dir/lib$lib.a
 
118
      break
 
119
    fi
115
120
  done
116
121
  IFS=$save_IFS
117
122