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