diff options
author | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-03 01:07:01 +0000 |
---|---|---|
committer | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-03 01:07:01 +0000 |
commit | 003ca18f0433c0e0460b68aeb362cf7ba6ed5a4c (patch) | |
tree | 5371da781872b19909a418adefca2eac4f9be64a /m4/ltversion.m4 | |
parent | 409d8e4f5650a26307067b61a4e9df80f8c03dc3 (diff) |
remove crufty m4 files from 2004. With the files, autoheader (2.61)
bombs on NetBSD. (Without, all is ok. We may need workarounds, but
first we should identify minimum tool versions and figure out what's
still wrong.)
ok'd by paul.
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r-- | m4/ltversion.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 deleted file mode 100644 index 1524e6db..00000000 --- a/m4/ltversion.m4 +++ /dev/null @@ -1,15 +0,0 @@ -# ltversion.m4 -- version numbers -*- Autoconf -*- -# @configure_input@ - -# serial @MACRO_SERIAL@ -# This file is part of GNU Libtool - -m4_define([LT_PACKAGE_VERSION], [1.5.6]) -m4_define([LT_PACKAGE_REVISION], [1.5.6]) - -AC_DEFUN([LTVERSION_VERSION], -[macro_version='1.5.6' -macro_revision='6' -_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -_LT_DECL(, macro_revision, 0) -]) |