diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-05 12:45:17 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-05 12:45:17 +0200 |
commit | f421d12a919861e7587104a19fa0a55b92f0673d (patch) | |
tree | 252705479580680dfc9539e67ed663746d6d906a /m4/ltversion.m4 | |
parent | a54ccde60a40f3c875eb57a371750c7d1c1f62f2 (diff) | |
parent | 906f7922bbf1875f3fd666ff1e40f1635c52af4c (diff) | |
download | ayatana-indicator-session-f421d12a919861e7587104a19fa0a55b92f0673d.tar.gz ayatana-indicator-session-f421d12a919861e7587104a19fa0a55b92f0673d.tar.bz2 ayatana-indicator-session-f421d12a919861e7587104a19fa0a55b92f0673d.zip |
* New upstream release:
- Change "Restart Required..." to "Restart To Complete Update..."
(lp: #586928)
- Ellipsized strings.
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r-- | m4/ltversion.m4 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 new file mode 100644 index 0000000..f3c5309 --- /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. + +# Generated from ltversion.in. + +# serial 3017 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.2.6b]) +m4_define([LT_PACKAGE_REVISION], [1.3017]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.2.6b' +macro_revision='1.3017' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) |