1 1.1 riastrad # ltversion.m4 -- version numbers -*- Autoconf -*- 2 1.1 riastrad # 3 1.1 riastrad # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. 4 1.1 riastrad # Written by Scott James Remnant, 2004 5 1.1 riastrad # 6 1.1 riastrad # This file is free software; the Free Software Foundation gives 7 1.1 riastrad # unlimited permission to copy and/or distribute it, with or without 8 1.1 riastrad # modifications, as long as this notice is preserved. 9 1.1 riastrad 10 1.1 riastrad # @configure_input@ 11 1.1 riastrad 12 1.1 riastrad # serial 4179 ltversion.m4 13 1.1 riastrad # This file is part of GNU Libtool 14 1.1 riastrad 15 1.1 riastrad m4_define([LT_PACKAGE_VERSION], [2.4.6]) 16 1.1 riastrad m4_define([LT_PACKAGE_REVISION], [2.4.6]) 17 1.1 riastrad 18 1.1 riastrad AC_DEFUN([LTVERSION_VERSION], 19 1.1 riastrad [macro_version='2.4.6' 20 1.1 riastrad macro_revision='2.4.6' 21 1.1 riastrad _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 22 1.1 riastrad _LT_DECL(, macro_revision, 0) 23 1.1 riastrad ]) 24