diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-05 18:05:27 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-05 18:05:27 -0500 |
commit | 4a3aef3f7236d2b3267aead61f11c587c6f4bddb (patch) | |
tree | bea89287f8cf6290fc230fb82fb11b3b9a5c6e0f /m4/ltversion.m4 | |
parent | 9166f1762976cb64acfd8c9ecc067132ffefa615 (diff) | |
download | calfuse-4a3aef3f7236d2b3267aead61f11c587c6f4bddb.tar.gz |
Further improvements
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--[l---------] | m4/ltversion.m4 | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 index 9463860..a4c5ed4 120000..100644 --- a/m4/ltversion.m4 +++ b/m4/ltversion.m4 @@ -1 +1,23 @@ -/opt/local/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 4171 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.5]) +m4_define([LT_PACKAGE_REVISION], [2.4.5]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.5' +macro_revision='2.4.5' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) |