cannam@126: # ltversion.m4 -- version numbers -*- Autoconf -*- cannam@126: # cannam@126: # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. cannam@126: # Written by Scott James Remnant, 2004 cannam@126: # cannam@126: # This file is free software; the Free Software Foundation gives cannam@126: # unlimited permission to copy and/or distribute it, with or without cannam@126: # modifications, as long as this notice is preserved. cannam@126: cannam@126: # @configure_input@ cannam@126: cannam@126: # serial 4179 ltversion.m4 cannam@126: # This file is part of GNU Libtool cannam@126: cannam@126: m4_define([LT_PACKAGE_VERSION], [2.4.6]) cannam@126: m4_define([LT_PACKAGE_REVISION], [2.4.6]) cannam@126: cannam@126: AC_DEFUN([LTVERSION_VERSION], cannam@126: [macro_version='2.4.6' cannam@126: macro_revision='2.4.6' cannam@126: _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) cannam@126: _LT_DECL(, macro_revision, 0) cannam@126: ])