aboutsummaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-07-29 09:21:41 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2011-07-29 09:21:41 -0400
commit99a07d06dbf69ea43f505b942be718a920ce5d0d (patch)
tree242226008855d5732c977cb6e52f62690b6bb866 /m4/ltversion.m4
parente4ac5bce9c3329811115715d4a4366864f5d5e7a (diff)
parent6a7027eea846bcc0c0a249f7e93fdadb407bed71 (diff)
downloadayatana-indicator-sound-99a07d06dbf69ea43f505b942be718a920ce5d0d.tar.gz
ayatana-indicator-sound-99a07d06dbf69ea43f505b942be718a920ce5d0d.tar.bz2
ayatana-indicator-sound-99a07d06dbf69ea43f505b942be718a920ce5d0d.zip
* New upstream release.
- menu resizes on reopen (LP: #809275) - pulse indication of SoundMenu play button not strong enough (LP: #742251) * debian/rules - Moved autoreconf to the top * New upstream release.
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--m4/ltversion.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
new file mode 100644
index 0000000..9c7b5d4
--- /dev/null
+++ b/m4/ltversion.m4
@@ -0,0 +1,23 @@
+# ltversion.m4 -- version numbers -*- Autoconf -*-
+#
+# Copyright (C) 2004 Free Software Foundation, Inc.
+# Written by Scott James Remnant, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# @configure_input@
+
+# serial 3293 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.4])
+m4_define([LT_PACKAGE_REVISION], [1.3293])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.4'
+macro_revision='1.3293'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])