Small changes in configure log messages
This commit is contained in:
parent
ecadacc2c1
commit
3a9fb6539f
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user