~ubuntu-branches/ubuntu/precise/judy/precise

« back to all changes in this revision

Viewing changes to compile

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2006-06-11 15:58:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060611155814-n3j1fvfd5eb5h1zs
Tags: 1.0.3-2

* Resolves #372525, remove .shlibs
* Policy update
* Updated FSF address in copyright

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=2004-10-12.08
 
4
scriptversion=2005-05-14.22
5
5
 
6
 
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
6
# Copyright (C) 1999, 2000, 2003, 2004, 2005 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
18
18
#
19
19
# You should have received a copy of the GNU General Public License
20
20
# along with this program; if not, write to the Free Software
21
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
21
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
22
 
23
23
# As a special exception to the GNU General Public License, if you
24
24
# distribute this file as part of a program that contains a
47
47
 
48
48
Report bugs to <bug-automake@gnu.org>.
49
49
EOF
50
 
    exit 0
 
50
    exit $?
51
51
    ;;
52
52
  -v | --v*)
53
53
    echo "compile $scriptversion"
54
 
    exit 0
 
54
    exit $?
55
55
    ;;
56
56
esac
57
57