Corrected the diagnostic output of "configure" to no longer refer

to the "make.log" and "install.log" files, which no longer exist.
This commit is contained in:
Tim Edwards 2022-03-30 17:38:40 -04:00
parent 82695d981d
commit 222639e4c4
2 changed files with 0 additions and 8 deletions

4
scripts/configure vendored
View File

@ -9511,12 +9511,8 @@ fi
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo echo
echo "Use 'make' to compile and 'make install' to install." echo "Use 'make' to compile and 'make install' to install."
echo echo
echo "Errors may not be printed to stdout: see files 'make.log' "
echo " and 'install.log' for complete error summary."
echo
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo echo

View File

@ -1916,12 +1916,8 @@ fi
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo echo
echo "Use 'make' to compile and 'make install' to install." echo "Use 'make' to compile and 'make install' to install."
echo echo
echo "Errors may not be printed to stdout: see files 'make.log' "
echo " and 'install.log' for complete error summary."
echo
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo echo