summaryrefslogtreecommitdiffstats
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorKarel Zak2011-01-05 13:17:12 +0100
committerKarel Zak2011-01-05 13:17:12 +0100
commit4b2ede3ef227e7cd19c6dd50908032da928dc87a (patch)
treed9b0815a47db4470afe2a2f6b562cc66b45227be /m4/ltversion.m4
parentpo: refresh gl and zh_TW (diff)
downloadkernel-qcow2-util-linux-4b2ede3ef227e7cd19c6dd50908032da928dc87a.tar.gz
kernel-qcow2-util-linux-4b2ede3ef227e7cd19c6dd50908032da928dc87a.tar.xz
kernel-qcow2-util-linux-4b2ede3ef227e7cd19c6dd50908032da928dc87a.zip
build-sys: use generated libtool-2 stuff
The commit 60a4edd66200be829560dce0d41a02fc70cef4f5 temporary disabled libtool-2 in autogen.sh. It seems that libtool-2 in available in many distributions now, so we don't have to manage the generated .m4 libtool files in git anymore. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--m4/ltversion.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
deleted file mode 100644
index b8e154fe6..000000000
--- 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 3012 ltversion.m4
-# This file is part of GNU Libtool
-
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
-
-AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])