diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 01:32:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 01:32:46 -0500 |
commit | 83db47a8e8e9ee1bca9888f138fd225d5e9c3823 (patch) | |
tree | b43adf87ebf3b7c2a43da804ad0a3d14c71b8616 /m4/ltversion.m4 | |
parent | 3c1b9d82e423b5d8ed9e3200af0a83cc3d5d80ba (diff) | |
download | calfuse-83db47a8e8e9ee1bca9888f138fd225d5e9c3823.tar.gz |
Using older autotools to appeal to older distros
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 a4c5ed4..f3c5309 100644 --- a/m4/ltversion.m4 +++ b/m4/ltversion.m4 @@ -1,23 +1,23 @@ # ltversion.m4 -- version numbers -*- Autoconf -*- # -# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. +# 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@ +# Generated from ltversion.in. -# serial 4171 ltversion.m4 +# serial 3017 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]) +m4_define([LT_PACKAGE_VERSION], [2.2.6b]) +m4_define([LT_PACKAGE_REVISION], [1.3017]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4.5' -macro_revision='2.4.5' +[macro_version='2.2.6b' +macro_revision='1.3017' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) |