From 58d00b16c61de0642ad02a82a0e31186a591c915 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 7 Apr 2022 10:36:28 +0200 Subject: [PATCH] Add message to configure --- configure | 3 ++- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 7f1305d8..a8e4de6f 100755 --- a/configure +++ b/configure @@ -9308,7 +9308,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "x$amg4psblas_cv_have_superludist" == "xyes" ; then pac_sludist_version="$amg4psblas_cv_superludist_major$amg4psblas_cv_superludist_minor"; - + { $as_echo "$as_me:${as_lineno-$LINENO}: Configuring with SuperLU_DIST version flag $pac_sludist_version" >&5 +$as_echo "$as_me: Configuring with SuperLU_DIST version flag $pac_sludist_version" >&6;} SLUDIST_FLAGS="" SLUDIST_FLAGS="-DHave_SLUDist_ -DSLUD_VERSION_="$pac_sludist_version" $SLUDIST_INCLUDES" FDEFINES="$amg_cv_define_prepend-DHAVE_SLUDIST_ $FDEFINES" diff --git a/configure.ac b/configure.ac index 7e185bc9..826a199d 100755 --- a/configure.ac +++ b/configure.ac @@ -707,8 +707,8 @@ fi PAC_CHECK_SUPERLUDIST() if test "x$amg4psblas_cv_have_superludist" == "xyes" ; then - pac_sludist_version="$amg4psblas_cv_superludist_major$amg4psblas_cv_superludist_minor"; - + pac_sludist_version="$amg4psblas_cv_superludist_major$amg4psblas_cv_superludist_minor"; + AC_MSG_NOTICE([Configuring with SuperLU_DIST version flag $pac_sludist_version]) SLUDIST_FLAGS="" SLUDIST_FLAGS="-DHave_SLUDist_ -DSLUD_VERSION_="$pac_sludist_version" $SLUDIST_INCLUDES" FDEFINES="$amg_cv_define_prepend-DHAVE_SLUDIST_ $FDEFINES"