summaryrefslogtreecommitdiffstats
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-11-01 21:32:00 (GMT)
committerlrknox <lrknox>2016-11-01 21:32:00 (GMT)
commit91a6bc311b39dd958475b2d67b08e334423bdb95 (patch)
treea725baaa6becc6c877fb039129adb63ab63c54cf /m4/ltversion.m4
parent53f61cf58de1ac19047c63a59e4b702d071c8dec (diff)
downloadhdf5-91a6bc311b39dd958475b2d67b08e334423bdb95.zip
hdf5-91a6bc311b39dd958475b2d67b08e334423bdb95.tar.gz
hdf5-91a6bc311b39dd958475b2d67b08e334423bdb95.tar.bz2
Rerun libtoolize with -cf, then reconfigure.
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--[l---------]m4/ltversion.m424
1 files changed, 23 insertions, 1 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
index dbaeceb..fa04b52 120000..100644
--- a/m4/ltversion.m4
+++ b/m4/ltversion.m4
@@ -1 +1,23 @@
-/mnt/hdf/packages/AUTOTOOLS/libtool/2.4.6/i386/share/aclocal/ltversion.m4 \ No newline at end of file
+# 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)
+])