From e8b3711134ef37555deb444a44664302c6aaaaed Mon Sep 17 00:00:00 2001 From: Lubomir Sedlacik Date: Thu, 24 Oct 2002 13:59:09 +0000 Subject: [PATCH] make it clear that GNU make is required --- INSTALL | 2 +- configure.in.pre | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 7fc09ca4..1236d92e 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Quick Installation To configure and compile SILC package give the comands: ./configure - make (or gmake) + make (or gmake, GNU make is required) make install This will install the SILC binaries and configuration files into the diff --git a/configure.in.pre b/configure.in.pre index cafa3437..0812847a 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -1069,4 +1069,4 @@ echo " Multi-threads support .........: $threads" echo " Debugging enabled .............: $summary_debug" echo " Stack-trace enabled ...........: $summary_stacktrace" echo "" -echo "Compile the sources with 'make' or 'gmake' command." +echo "Compile the sources with 'make' or 'gmake' command. (GNU make is required)" -- 2.24.0