~ubuntu-branches/ubuntu/precise/libgrip/precise

« back to all changes in this revision

Viewing changes to m4/ltversion.m4

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M. Webb, Chase Douglas, Martin Pitt, Stephen M. Webb
  • Date: 2011-10-19 22:48:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20111019224821-v1i0yuds0wliapti
Tags: 0.3.3-0ubuntu1
[ Chase Douglas ]
* Run autoreconf if the build is native (for daily builds)
* Don't strip binaries if build is native (for daily builds)

[ Martin Pitt ]
* debian/libgrip-dev.install: Install the HTML documentation into
  /usr/share/doc/.
* Add debian/libgrip-dev.links: Provide a gtk-doc symlink for devhelp.
* debian/control: Fix Vcs-Bzr:, so that debcheckout actually works.

[ Stephen M. Webb ]
* New upstream release.
* Removed gio from main loop on shutdown (LP: #830640).
* Fixed segfaults to to inconsistent window handling (LP: #827958).
* Changed the names of generaed introspection files (LP: #861596).
* Tweked Python introspection bindings (LP: #861599).
* Fixed PPA daily build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# unlimited permission to copy and/or distribute it, with or without
8
8
# modifications, as long as this notice is preserved.
9
9
 
10
 
# @configure_input@
 
10
# Generated from ltversion.in.
11
11
 
12
 
# serial 3293 ltversion.m4
 
12
# serial 3017 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.2.6b])
 
16
m4_define([LT_PACKAGE_REVISION], [1.3017])
17
17
 
18
18
AC_DEFUN([LTVERSION_VERSION],
19
 
[macro_version='2.4'
20
 
macro_revision='1.3293'
 
19
[macro_version='2.2.6b'
 
20
macro_revision='1.3017'
21
21
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22
22
_LT_DECL(, macro_revision, 0)
23
23
])