comparison ChangeLog @ 9568:d3fccc4c4b9e

use OCTAVE_CHECK_LIBRARY to check for ARPACK
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2009 13:15:40 -0400
parents fe57b638e48c
children 86787a560712
comparison
equal deleted inserted replaced
9567:0a4eb56c5676 9568:d3fccc4c4b9e
1 2009-08-26 John W. Eaton <jwe@octave.org>
2
3 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): Allow empty list of header files.
4 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for arpack.
5 * octave-bug.in, octave-bug.cc.in: Substitute ARPACK_CPPFLAGS and
6 ARPACK_LDFLAGS.
7 * Makeconf.in (ARPACK_CPPFLAGS, ARPACK_LDFLAGS): New variables.
8 (do-subst-config-vals): Substitute them.
9
1 2009-08-26 Benjamin Lindner <lindnerb@users.sourceforge.net> 10 2009-08-26 Benjamin Lindner <lindnerb@users.sourceforge.net>
2 11
3 * mkoctfile.cc.in: Fix typo. 12 * mkoctfile.cc.in: Fix typo.
4 * octave-bug.cc.in: Correct substututions. 13 * octave-bug.cc.in: Correct substututions.
5 14