~ubuntu-branches/ubuntu/saucy/autoconf/saucy-proposed

« back to all changes in this revision

Viewing changes to lib/m4sugar/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2009-11-21 20:27:46 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20091121202746-30gxv1o1wd9eq6h7
Tags: 2.65-1
* New upstream release.

* debian/watch: New file, to enable watching for new versions of
  Autoconf.

* Updated policy version from 3.8.2 to 3.8.3 (no changes required).

* debian/control: Remove "priority" and "section" fields from binary
  package that unnecessarily duplicated the values from the source
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
# Freeze M4 files.
37
37
 
38
 
# Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
38
# Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Free Software
 
39
# Foundation, Inc.
39
40
 
40
41
# This program is free software: you can redistribute it and/or modify
41
42
# it under the terms of the GNU General Public License as published by
42
 
# the Free Software Foundation; either version 2, or (at your option)
43
 
# any later version.
 
43
# the Free Software Foundation, either version 3 of the License, or
 
44
# (at your option) any later version.
44
45
 
45
46
# This program is distributed in the hope that it will be useful,
46
47
# but WITHOUT ANY WARRANTY; without even the implied warranty of
48
49
# GNU General Public License for more details.
49
50
 
50
51
# You should have received a copy of the GNU General Public License
51
 
# along with this program; if not, write to the Free Software
52
 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
53
 
# 02110-1301, USA.
 
52
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
54
53
 
55
54
VPATH = @srcdir@
56
55
pkgdatadir = $(datadir)/@PACKAGE@
148
147
PACKAGE_VERSION = @PACKAGE_VERSION@
149
148
PATH_SEPARATOR = @PATH_SEPARATOR@
150
149
PERL = @PERL@
 
150
PERL_FLOCK = @PERL_FLOCK@
151
151
SED = @SED@
152
152
SET_MAKE = @SET_MAKE@
153
153
SHELL = @SHELL@
241
241
autotest_m4f_dependencies = \
242
242
        $(m4sh_m4f_dependencies)                \
243
243
        $(src_libdir)/autotest/autotest.m4      \
244
 
        $(src_libdir)/autotest/general.m4
 
244
        $(src_libdir)/autotest/general.m4       \
 
245
        $(src_libdir)/autotest/specific.m4
245
246
 
246
247
autoconf_m4f_dependencies = \
247
248
        $(m4sh_m4f_dependencies)                \