Small changes in configure log messages

This commit is contained in:
Lorenzo Figini 2021-11-19 12:56:31 +00:00
parent ecadacc2c1
commit 3a9fb6539f

6
configure vendored
View File

@ -14,7 +14,7 @@ arch=`uname -m`
echo "Processor architecture $arch"
check() {
printf "checking for %s... " $1 && command -v $1 || (echo "not found"; exit 1)
printf "Looking for %s... " $1 && command -v $1 || (echo "not found"; exit 1)
return $?
}
@ -25,7 +25,7 @@ if [ $? -ne 0 ]; then
echo "Fortran compiler not found. Cannot proceed"
exit 1
else
echo "Set $FC as Fortran compiler"
echo "Use $FC as Fortran compiler"
fi
$FC --version
# $FC --version