diff --git a/configure b/configure index 7d05b5aa..74b60bc9 100755 --- a/configure +++ b/configure @@ -14271,10 +14271,10 @@ fi ${PACKAGE_NAME} ${mld2p4_cv_version} has been configured as follows: PSBLAS library : ${PSBLAS_DIR} - MUMPS detected : ${mld2p4_cv_have_mumps} - SuperLU detected : ${mld2p4_cv_have_superlu} - SuperLU_Dist detected : ${mld2p4_cv_have_superludist} - UMFPack detected : ${mld2p4_cv_have_umfpack} + MUMPS : ${mld2p4_cv_have_mumps} + SuperLU : ${mld2p4_cv_have_superlu} + SuperLU_Dist : ${mld2p4_cv_have_superludist} + UMFPack : ${mld2p4_cv_have_umfpack} If you are satisfied, run 'make' to build ${PACKAGE_NAME} and its documentation; otherwise type ./configure --help=short for a complete list of configure options specific to ${PACKAGE_NAME}. @@ -14283,10 +14283,10 @@ $as_echo "$as_me: ${PACKAGE_NAME} ${mld2p4_cv_version} has been configured as follows: PSBLAS library : ${PSBLAS_DIR} - MUMPS detected : ${mld2p4_cv_have_mumps} - SuperLU detected : ${mld2p4_cv_have_superlu} - SuperLU_Dist detected : ${mld2p4_cv_have_superludist} - UMFPack detected : ${mld2p4_cv_have_umfpack} + MUMPS : ${mld2p4_cv_have_mumps} + SuperLU : ${mld2p4_cv_have_superlu} + SuperLU_Dist : ${mld2p4_cv_have_superludist} + UMFPack : ${mld2p4_cv_have_umfpack} If you are satisfied, run 'make' to build ${PACKAGE_NAME} and its documentation; otherwise type ./configure --help=short for a complete list of configure options specific to ${PACKAGE_NAME}. diff --git a/configure.ac b/configure.ac index 904f7c45..c11eced1 100755 --- a/configure.ac +++ b/configure.ac @@ -775,10 +775,10 @@ AC_MSG_NOTICE([ ${PACKAGE_NAME} ${mld2p4_cv_version} has been configured as follows: PSBLAS library : ${PSBLAS_DIR} - MUMPS detected : ${mld2p4_cv_have_mumps} - SuperLU detected : ${mld2p4_cv_have_superlu} - SuperLU_Dist detected : ${mld2p4_cv_have_superludist} - UMFPack detected : ${mld2p4_cv_have_umfpack} + MUMPS : ${mld2p4_cv_have_mumps} + SuperLU : ${mld2p4_cv_have_superlu} + SuperLU_Dist : ${mld2p4_cv_have_superludist} + UMFPack : ${mld2p4_cv_have_umfpack} If you are satisfied, run 'make' to build ${PACKAGE_NAME} and its documentation; otherwise type ./configure --help=short for a complete list of configure options specific to ${PACKAGE_NAME}.