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