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