make it clear that GNU make is required
authorLubomir Sedlacik <salo@silcnet.org>
Thu, 24 Oct 2002 13:59:09 +0000 (13:59 +0000)
committerLubomir Sedlacik <salo@silcnet.org>
Thu, 24 Oct 2002 13:59:09 +0000 (13:59 +0000)
INSTALL
configure.in.pre

diff --git a/INSTALL b/INSTALL
index 7fc09ca41363040325e9f5f3d420c81759116713..1236d92ec685606bdab9597241b2ba57852b15df 100644 (file)
--- 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
index cafa3437e81b13600f76e00f0f283e6fe547c0ee..0812847a7403d01a165d3db73dddc4d5b835beea 100644 (file)
@@ -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)"