lemon-project-template-glpk
diff deps/glpk/m4/ltversion.m4 @ 9:33de93886c88
Import GLPK 4.47
author | Alpar Juttner <alpar@cs.elte.hu> |
---|---|
date | Sun, 06 Nov 2011 20:59:10 +0100 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/deps/glpk/m4/ltversion.m4 Sun Nov 06 20:59:10 2011 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +# ltversion.m4 -- version numbers -*- Autoconf -*- 1.5 +# 1.6 +# Copyright (C) 2004 Free Software Foundation, Inc. 1.7 +# Written by Scott James Remnant, 2004 1.8 +# 1.9 +# This file is free software; the Free Software Foundation gives 1.10 +# unlimited permission to copy and/or distribute it, with or without 1.11 +# modifications, as long as this notice is preserved. 1.12 + 1.13 +# Generated from ltversion.in. 1.14 + 1.15 +# serial 3140 ltversion.m4 1.16 +# This file is part of GNU Libtool 1.17 + 1.18 +m4_define([LT_PACKAGE_VERSION], [2.2.7a]) 1.19 +m4_define([LT_PACKAGE_REVISION], [1.3140]) 1.20 + 1.21 +AC_DEFUN([LTVERSION_VERSION], 1.22 +[macro_version='2.2.7a' 1.23 +macro_revision='1.3140' 1.24 +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 1.25 +_LT_DECL(, macro_revision, 0) 1.26 +])