diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-05 12:41:11 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-05 12:41:11 +0200 |
commit | 906f7922bbf1875f3fd666ff1e40f1635c52af4c (patch) | |
tree | 89b19d952889c1d4f7bd461a8b240fbc75f44624 /m4/ltversion.m4 | |
parent | 469cf99aba753cfab399c9834b37f92ddbf68560 (diff) | |
parent | 453b8f9d9448206df1dba6307f3931f9c44687be (diff) | |
download | ayatana-indicator-session-906f7922bbf1875f3fd666ff1e40f1635c52af4c.tar.gz ayatana-indicator-session-906f7922bbf1875f3fd666ff1e40f1635c52af4c.tar.bz2 ayatana-indicator-session-906f7922bbf1875f3fd666ff1e40f1635c52af4c.zip |
Import upstream version 0.2.9
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) +]) |