diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 02:00:44 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 02:00:44 -0500 |
commit | bfea6e2b2d99e686733ed75b0de6d3a0cc6915c2 (patch) | |
tree | 9c9818057ebb724b93fb2d594baa76aa95c150d2 /m4/ltversion.m4 | |
parent | 37e7cdd968b93894eefa2e7dbb1de03377b41571 (diff) | |
download | calfuse-bfea6e2b2d99e686733ed75b0de6d3a0cc6915c2.tar.gz |
Nevermind, reverting to modern autotools. Use autogen.sh to fix your issues.
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r-- | m4/ltversion.m4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 index f3c5309..a4c5ed4 100644 --- a/m4/ltversion.m4 +++ b/m4/ltversion.m4 @@ -1,23 +1,23 @@ # ltversion.m4 -- version numbers -*- Autoconf -*- # -# Copyright (C) 2004 Free Software Foundation, Inc. +# 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. -# Generated from ltversion.in. +# @configure_input@ -# serial 3017 ltversion.m4 +# serial 4171 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.6b]) -m4_define([LT_PACKAGE_REVISION], [1.3017]) +m4_define([LT_PACKAGE_VERSION], [2.4.5]) +m4_define([LT_PACKAGE_REVISION], [2.4.5]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.6b' -macro_revision='1.3017' +[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) ]) |