aboutsummaryrefslogtreecommitdiff
path: root/config/ltversion.m4
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-20 15:39:49 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-20 15:39:49 +0000
commitd514701a383cf1c0152a5a5e97a1530eccb8ea63 (patch)
tree79f5352b5a4a611def7ab44cce6805191423f7d7 /config/ltversion.m4
parentd24b317b0c64df7f9169de68bef6c200786c7491 (diff)
downloadopen-axiom-d514701a383cf1c0152a5a5e97a1530eccb8ea63.tar.gz
one more go at this libtool fiasco
Diffstat (limited to 'config/ltversion.m4')
-rw-r--r--[l---------]config/ltversion.m424
1 files changed, 23 insertions, 1 deletions
diff --git a/config/ltversion.m4 b/config/ltversion.m4
index 5eb474fd..9c7b5d41 120000..100644
--- a/config/ltversion.m4
+++ b/config/ltversion.m4
@@ -1 +1,23 @@
-/usr/share/aclocal/ltversion.m4 \ No newline at end of file
+# 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 3293 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.4])
+m4_define([LT_PACKAGE_REVISION], [1.3293])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.4'
+macro_revision='1.3293'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])