~ubuntu-branches/ubuntu/trusty/nco/trusty

« back to all changes in this revision

Viewing changes to m4/ltversion.m4

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-03-26 16:54:51 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140326165451-u9erq1ez71r248lt
Tags: 4.4.2-1
* New upstream release.
  (closes: #611673)
* Added missing watch flle.
* Policy bumped to 3.9.5.
* Added build-dep on autotools-dev and update/clean step in debian/rules.
  (closes: #727470)
* Changed Vcs-* url to canonicali ones.
* Debhelper level set to 9.
* Now nco.html is a single file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
# @configure_input@
11
11
 
12
 
# serial 3293 ltversion.m4
 
12
# serial 3337 ltversion.m4
13
13
# This file is part of GNU Libtool
14
14
 
15
 
m4_define([LT_PACKAGE_VERSION], [2.4])
16
 
m4_define([LT_PACKAGE_REVISION], [1.3293])
 
15
m4_define([LT_PACKAGE_VERSION], [2.4.2])
 
16
m4_define([LT_PACKAGE_REVISION], [1.3337])
17
17
 
18
18
AC_DEFUN([LTVERSION_VERSION],
19
 
[macro_version='2.4'
20
 
macro_revision='1.3293'
 
19
[macro_version='2.4.2'
 
20
macro_revision='1.3337'
21
21
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22
22
_LT_DECL(, macro_revision, 0)
23
23
])