aboutsummaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-07-07 11:37:27 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2011-07-07 11:37:27 -0400
commite4ac5bce9c3329811115715d4a4366864f5d5e7a (patch)
tree04373b8ab4574edfabb5020cd976dc2dc4022088 /m4/ltversion.m4
parent1f4af1902d3de115a0e0bf9ce3fd6f5e829fed18 (diff)
parent754649716f175cabcbc6175a5f0a8cd248edff83 (diff)
downloadayatana-indicator-sound-e4ac5bce9c3329811115715d4a4366864f5d5e7a.tar.gz
ayatana-indicator-sound-e4ac5bce9c3329811115715d4a4366864f5d5e7a.tar.bz2
ayatana-indicator-sound-e4ac5bce9c3329811115715d4a4366864f5d5e7a.zip
* New upstream release.
- libindicator scroll signals (LP: #804618) - metadatawidget collapse (LP: #806439) * debian/control - Bumped build depends for libindicator to 0.3.90 * debian/patches/gtk3_define.patch - dropped * configure.ac - Fixup pkgconfig check for libindicator-0.4 * debian/rules - Added autoreconf.mk
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--m4/ltversion.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
deleted file mode 100644
index 9c7b5d4..0000000
--- a/m4/ltversion.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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)
-])