summaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorAlexander Wirt <formorer@debian.org>2012-06-03 08:49:55 +0200
committerAlexander Wirt <formorer@debian.org>2012-06-03 08:49:55 +0200
commitceecc8855af313c14e8a164f1cd0399716174398 (patch)
tree0d58f5cf7075dea5ff7ddeff6f9a3c89d9eb6352 /m4/ltversion.m4
parent10f2c00aa6ef875e7998838c200681c6ea5eeebe (diff)
parentea27bb406e3d8fe9466ba274af38e6f540ff5bfc (diff)
downloadconntrack-tools-ceecc8855af313c14e8a164f1cd0399716174398.tar.gz
conntrack-tools-ceecc8855af313c14e8a164f1cd0399716174398.zip
Merge tag 'upstream/1.2.1'
Upstream version 1.2.1
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--m4/ltversion.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
new file mode 100644
index 0000000..07a8602
--- /dev/null
+++ b/m4/ltversion.m4
@@ -0,0 +1,23 @@
+# 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)
+])