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