aboutsummaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-09-20 08:52:46 -0700
committerKen VanDine <ken.vandine@canonical.com>2011-09-20 08:52:46 -0700
commit19c94937db3760924a02a4bda4e122a5919d12c2 (patch)
tree00cefd028c54e349afec0593e158bb94512ad038 /m4/ltversion.m4
parent78dac37f516e78b8677b48484961f56035a5a8bb (diff)
parent70c33b0c4c7ce124ac203020f2f3b0a392727577 (diff)
downloadlibdbusmenu-19c94937db3760924a02a4bda4e122a5919d12c2.tar.gz
libdbusmenu-19c94937db3760924a02a4bda4e122a5919d12c2.tar.bz2
libdbusmenu-19c94937db3760924a02a4bda4e122a5919d12c2.zip
New upstream release.
∘ Protect functions from NULL submenus (LP: #803667) ∘ Build fixes (LP: #552526, LP: #552530, LP: #552538, LP: #709761, LP: #713690, LP: #643871, LP: #713685)
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)
+])