version 1.20, 2004/06/25 13:41:33 |
version 1.22, 2005/02/09 15:28:26 |
|
|
dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.19 2004/06/25 09:37:19 noro Exp $ |
dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.21 2005/02/09 08:32:32 noro Exp $ |
|
|
AC_INIT([LICENSE]) |
AC_INIT([LICENSE]) |
AC_PREREQ(2.53) |
AC_PREREQ(2.53) |
Line 138 dnl [ --with-lapack use the LAPACK library. |
|
Line 138 dnl [ --with-lapack use the LAPACK library. |
|
dnl [with_lapack=${withval}],[with_lapack=no]) |
dnl [with_lapack=${withval}],[with_lapack=no]) |
|
|
if test "${with_lapack:=no}" != no ; then |
if test "${with_lapack:=no}" != no ; then |
LAPACKLIB="-llapack -lblas -lI77 -lF77" |
LAPACKLIB="-llapack -lblas -lg2c" |
AC_DEFINE([LAPACK]) |
AC_DEFINE([LAPACK]) |
fi |
fi |
AC_SUBST([LAPACKLIB]) |
AC_SUBST([LAPACKLIB]) |