changeset 10622:f35903fa42ed

Capitalize ARPACK in configure messages.
author Rik <octave@nomad.inbox5.com>
date Tue, 11 May 2010 09:43:56 -0700
parents 483dbafc518c
children 0e98fb2068fc
files ChangeLog configure.ac
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 11 08:31:58 2010 +0200
+++ b/ChangeLog	Tue May 11 09:43:56 2010 -0700
@@ -1,3 +1,7 @@
+2010-05-11  Rik <octave@nomad.inbox5.com>
+
+	* configure.ac: Capitalize ARPACK in messages.
+
 2010-05-04  John W. Eaton  <jwe@octave.org>
 
 	* ROADMAP: Delete entry for villad.
--- a/configure.ac	Tue May 11 08:31:58 2010 +0200
+++ b/configure.ac	Tue May 11 09:43:56 2010 -0700
@@ -1070,7 +1070,7 @@
 save_LIBS="$LIBS"
 LIBS="$LAPACK_LIBS $BLAS_LIBS $FLIBS $LIBS"
 OCTAVE_CHECK_LIBRARY(arpack, ARPACK,
-  [arpack not found.  The eigs function will be disabled.],
+  [ARPACK not found.  The eigs function will be disabled.],
   [],
   [dseupd],
   [Fortran 77], [don't use the ARPACK library, disable eigs function])