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