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