aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-japi/m4/ltversion.m4
diff options
context:
space:
mode:
authorVincent JARDIN <vincent.jardin@6wind.com>2016-03-05 01:41:05 +0100
committerGerrit Code Review <gerrit@fd.io>2016-03-11 12:55:02 +0000
commitcbf5ec3e41ec90e1ff48ef7246d03c0486a4fa80 (patch)
tree28983308d3d84a51539ea4f287a67e2f4a22ec47 /vpp-japi/m4/ltversion.m4
parenta6a8bfd48f394eeea159d0b6e165d947344f7438 (diff)
lt-*m4 - remove auto generated files
The files are installed by libtoolize: libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' No need to keep them into the repository. Change-Id: Ic24d51f7e7680161ac8c780f34e76bc21435b3c1 Signed-off-by: Vincent JARDIN <vincent.jardin@6wind.com>
Diffstat (limited to 'vpp-japi/m4/ltversion.m4')
-rw-r--r--vpp-japi/m4/ltversion.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/vpp-japi/m4/ltversion.m4 b/vpp-japi/m4/ltversion.m4
deleted file mode 100644
index 07a8602d48d..00000000000
--- a/vpp-japi/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.
-
-# @configure_input@
-
-# serial 3337 ltversion.m4
-# This file is part of GNU Libtool
-
-m4_define([LT_PACKAGE_VERSION], [2.4.2])
-m4_define([LT_PACKAGE_REVISION], [1.3337])
-
-AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.2'
-macro_revision='1.3337'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])