aboutsummaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-06-28 10:51:50 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-06-28 10:51:50 -0400
commitfbe33a6d8e37468d5f01c5747c9ccb1763208db6 (patch)
tree91f441e199f5b319b30f21fbbe421323dc9bdc2a /m4/ltversion.m4
parentb004f06319c37e63adee52cff5a6258e900ad8a2 (diff)
parentf11a6bb0c8bc68d0a6972e94140f7b5d96881dba (diff)
downloadayatana-indicator-sound-fbe33a6d8e37468d5f01c5747c9ccb1763208db6.tar.gz
ayatana-indicator-sound-fbe33a6d8e37468d5f01c5747c9ccb1763208db6.tar.bz2
ayatana-indicator-sound-fbe33a6d8e37468d5f01c5747c9ccb1763208db6.zip
Import upstream version 0.7.2
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)
+])