File indexing completed on 2024-12-22 04:04:07
0001 # ltversion.m4 -- version numbers -*- Autoconf -*- 0002 # 0003 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. 0004 # Written by Scott James Remnant, 2004 0005 # 0006 # This file is free software; the Free Software Foundation gives 0007 # unlimited permission to copy and/or distribute it, with or without 0008 # modifications, as long as this notice is preserved. 0009 0010 # @configure_input@ 0011 0012 # serial 4179 ltversion.m4 0013 # This file is part of GNU Libtool 0014 0015 m4_define([LT_PACKAGE_VERSION], [2.4.6]) 0016 m4_define([LT_PACKAGE_REVISION], [2.4.6]) 0017 0018 AC_DEFUN([LTVERSION_VERSION], 0019 [macro_version='2.4.6' 0020 macro_revision='2.4.6' 0021 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 0022 _LT_DECL(, macro_revision, 0) 0023 ])