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