~ubuntu-branches/debian/sid/spice/sid

« back to all changes in this revision

Viewing changes to spice-common/build-aux/compile

  • Committer: Package Import Robot
  • Author(s): Liang Guo
  • Date: 2013-05-19 11:10:10 UTC
  • mfrom: (0.5.2)
  • Revision ID: package-import@ubuntu.com-20130519111010-v0l1s2uep88ngc01
Tags: 0.12.3-0nocelt1
* New upstream release
* debian/patches:
  - fix-build-warning-PIXEL.patch, remove, applied upstream
  - link-libspice-server-with-libm-libpthread.patch, remove,
    applied upstream
  - spice-common-remove-version-construction.patch, remove,
    applied upstream
  - fix-tests-warnings.patch, refresh
  - make-celt-to-be-optional.patch, refresh
* libspice-server-dev should depends on libglib2.0-dev, or 
  qxl driver compile will fail. 
* Refresh libspice-server1.symbols

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