~ubuntu-branches/debian/squeeze/virt-viewer/squeeze

« back to all changes in this revision

Viewing changes to m4/ltversion.m4

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther, Guido Günther, Laurent Léonard
  • Date: 2010-02-02 21:27:29 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100202212729-8jp220b4xzqel70t
Tags: 0.2.1-1
[ Guido Günther ]
* [c2945b4] bump standards version
* [8ca5ea3] exclude plugins from dh_makeshlibs

[ Laurent Léonard ]
* [39043d7] Remove libtool issue fix.
* [a460a21] Revert "Remove libtool issue fix." This reverts commit
  39043d7460220d7aeecb30b7b489e9064b591440.
* [9ab8056] Bump Debhelper version to 7.
* [366e279] Bump Standards-Version to 3.8.3.
* [0a4e524] Clean debian/rules.
* [e662ab7] Remove debian/docs.
* [409e5bf] Update clean target in debian/rules.
* [a57c8ba] Allow DM upload and add myself as uploader.
* [2f26f4f] Clean debian/watch.

[ Guido Günther ]
* [6806613] Imported Upstream version 0.2.1
* [b956a6e] Build-dep on intltool
* [b6fa2e2] Use xulrunner-dev instead of iceape-dev
* [431a46e] New patch 0001-Fix-build-with-xulrunner-1.9.1.patch: Fix build
  with xulrunner 1.9.1
* [c3381c5] New patch 0002-Define-GLADE_DIR.patch: Define GLADE_DIR
* [720c999] Depend on virt-viewer
* [94828c7] New patch 0003-Add-some-docs.patch: Adds some docs
* [8aaf986] Add example web page
* [ae04386] Warn about security implications

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ltversion.m4 -- version numbers                       -*- Autoconf -*-
 
2
#
 
3
#   Copyright (C) 2004 Free Software Foundation, Inc.
 
4
#   Written by Scott James Remnant, 2004
 
5
#
 
6
# This file is free software; the Free Software Foundation gives
 
7
# unlimited permission to copy and/or distribute it, with or without
 
8
# modifications, as long as this notice is preserved.
 
9
 
 
10
# Generated from ltversion.in.
 
11
 
 
12
# serial 3017 ltversion.m4
 
13
# This file is part of GNU Libtool
 
14
 
 
15
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
16
m4_define([LT_PACKAGE_REVISION], [1.3017])
 
17
 
 
18
AC_DEFUN([LTVERSION_VERSION],
 
19
[macro_version='2.2.6b'
 
20
macro_revision='1.3017'
 
21
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
22
_LT_DECL(, macro_revision, 0)
 
23
])