Mercurial > hg > octave-lyh
comparison configure.ac @ 10622:f35903fa42ed
Capitalize ARPACK in configure messages.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 11 May 2010 09:43:56 -0700 |
parents | 43685a0541c4 |
children | 4906ccf5d95e |
comparison
equal
deleted
inserted
replaced
10621:483dbafc518c | 10622:f35903fa42ed |
---|---|
1068 fi | 1068 fi |
1069 | 1069 |
1070 save_LIBS="$LIBS" | 1070 save_LIBS="$LIBS" |
1071 LIBS="$LAPACK_LIBS $BLAS_LIBS $FLIBS $LIBS" | 1071 LIBS="$LAPACK_LIBS $BLAS_LIBS $FLIBS $LIBS" |
1072 OCTAVE_CHECK_LIBRARY(arpack, ARPACK, | 1072 OCTAVE_CHECK_LIBRARY(arpack, ARPACK, |
1073 [arpack not found. The eigs function will be disabled.], | 1073 [ARPACK not found. The eigs function will be disabled.], |
1074 [], | 1074 [], |
1075 [dseupd], | 1075 [dseupd], |
1076 [Fortran 77], [don't use the ARPACK library, disable eigs function]) | 1076 [Fortran 77], [don't use the ARPACK library, disable eigs function]) |
1077 LIBS="$save_LIBS" | 1077 LIBS="$save_LIBS" |
1078 | 1078 |