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