diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 15:05:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 15:05:00 -0600 |
commit | acdd6c56f7292d24ed83a1758f258e0d247fbc09 (patch) | |
tree | c7ba83c05a8594d69e98c3fe22fefe7ff9cb999c /m4/ltversion.m4 | |
parent | 4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0 (diff) | |
parent | 648cd92a781fbe39a547a937fee66ca8e26d3c4b (diff) | |
download | libayatana-appindicator-acdd6c56f7292d24ed83a1758f258e0d247fbc09.tar.gz libayatana-appindicator-acdd6c56f7292d24ed83a1758f258e0d247fbc09.tar.bz2 libayatana-appindicator-acdd6c56f7292d24ed83a1758f258e0d247fbc09.zip |
Syncing with upstream much better
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r-- | m4/ltversion.m4 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 deleted file mode 100644 index f3c5309..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. - -# 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) -]) |