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