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