summaryrefslogtreecommitdiff
path: root/config/ltversion.m4
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-04-07 12:47:18 +0200
committerPiotr Krysik <perper@o2.pl>2009-04-07 12:47:18 +0200
commit39a50c763240da578a05a6b651776804786d813a (patch)
tree2d67e1f9c64e08ac6dfc77355c47c8180ee6431a /config/ltversion.m4
parent2b2d45f061a737203583def6907cb139ff553fab (diff)
Added files from gr-howto-write-a-block
Diffstat (limited to 'config/ltversion.m4')
-rw-r--r--config/ltversion.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/config/ltversion.m4 b/config/ltversion.m4
new file mode 100644
index 0000000..45cb155
--- /dev/null
+++ b/config/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.
+
+# Generated from ltversion.in.
+
+# serial 2976 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.2.4])
+m4_define([LT_PACKAGE_REVISION], [1.2976])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.2.4'
+macro_revision='1.2976'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])
personal git repositories of Harald Welte. Your mileage may vary