~ubuntu-branches/ubuntu/intrepid/mit-scheme/intrepid-updates

« back to all changes in this revision

Viewing changes to src/sos/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2005-01-18 00:33:57 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050118003357-pv3i8iqlm5m80tl5
Tags: 7.7.90-5
* Add "libx11-dev" to build-depends.  (closes: Bug#290845)
* Fix debian/control and debian/menu to eliminate some lintian errors
  and warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.in,v 1.3 2001/12/17 17:40:59 cph Exp $
 
1
# $Id: Makefile.in,v 1.5 2003/02/14 18:28:35 cph Exp $
2
2
#
3
3
# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
4
4
#
5
 
# This program is free software; you can redistribute it and/or modify
6
 
# it under the terms of the GNU General Public License as published by
7
 
# the Free Software Foundation; either version 2 of the License, or (at
8
 
# your option) any later version.
9
 
#
10
 
# This program is distributed in the hope that it will be useful, but
11
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
5
# This file is part of MIT/GNU Scheme.
 
6
#
 
7
# MIT/GNU Scheme is free software; you can redistribute it and/or
 
8
# modify it under the terms of the GNU General Public License as
 
9
# published by the Free Software Foundation; either version 2 of the
 
10
# License, or (at your option) any later version.
 
11
#
 
12
# MIT/GNU Scheme is distributed in the hope that it will be useful,
 
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
15
# General Public License for more details.
14
16
#
15
17
# You should have received a copy of the GNU General Public License
16
 
# along with this program; if not, write to the Free Software
 
18
# along with MIT/GNU Scheme; if not, write to the Free Software
17
19
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18
20
# 02111-1307, USA.
19
21