summaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorYu Jiung <jiung.yu@samsung.com>2016-11-09 11:30:42 +0900
committerYu Jiung <jiung.yu@samsung.com>2016-11-09 11:30:42 +0900
commitf943ec081f7860198d407bfd1199058f841f34da (patch)
tree608dc46a27cd512a2e1fcbfe1f0e2757f3a61d53 /m4/ltversion.m4
parent04b1a8c051547b221a3bdd74d68ab02df3e3f752 (diff)
downloadc-ares-f943ec081f7860198d407bfd1199058f841f34da.tar.gz
c-ares-f943ec081f7860198d407bfd1199058f841f34da.tar.bz2
c-ares-f943ec081f7860198d407bfd1199058f841f34da.zip
Remove unused files and update spec file version
Change-Id: I55aba1ebcb3cf685b5f61f3608b0601c1f210290
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 fa04b52..0000000
--- a/m4/ltversion.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-# ltversion.m4 -- version numbers -*- Autoconf -*-
-#
-# Copyright (C) 2004, 2011-2015 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.
-
-# @configure_input@
-
-# serial 4179 ltversion.m4
-# This file is part of GNU Libtool
-
-m4_define([LT_PACKAGE_VERSION], [2.4.6])
-m4_define([LT_PACKAGE_REVISION], [2.4.6])
-
-AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.6'
-macro_revision='2.4.6'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])