From 222639e4c430325716d3fdf0b2ab3e48f6f453db Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 30 Mar 2022 17:38:40 -0400 Subject: [PATCH] Corrected the diagnostic output of "configure" to no longer refer to the "make.log" and "install.log" files, which no longer exist. --- scripts/configure | 4 ---- scripts/configure.in | 4 ---- 2 files changed, 8 deletions(-) diff --git a/scripts/configure b/scripts/configure index 6ced3439..694b1f07 100755 --- a/scripts/configure +++ b/scripts/configure @@ -9511,12 +9511,8 @@ fi echo "-----------------------------------------------------------" echo - echo "Use 'make' to compile and 'make install' to install." echo -echo "Errors may not be printed to stdout: see files 'make.log' " -echo " and 'install.log' for complete error summary." -echo echo "-----------------------------------------------------------" echo diff --git a/scripts/configure.in b/scripts/configure.in index 1a02a713..ffce91e5 100644 --- a/scripts/configure.in +++ b/scripts/configure.in @@ -1916,12 +1916,8 @@ fi echo "-----------------------------------------------------------" echo - echo "Use 'make' to compile and 'make install' to install." echo -echo "Errors may not be printed to stdout: see files 'make.log' " -echo " and 'install.log' for complete error summary." -echo echo "-----------------------------------------------------------" echo