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:
parent
82695d981d
commit
222639e4c4
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue