From: Lubomir Sedlacik Date: Thu, 24 Oct 2002 13:59:09 +0000 (+0000) Subject: make it clear that GNU make is required X-Git-Tag: silc.server.0.9.8~53 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=e8b3711134ef37555deb444a44664302c6aaaaed make it clear that GNU make is required --- 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)"