updates
authorPekka Riikonen <priikone@silcnet.org>
Thu, 24 Oct 2002 15:56:15 +0000 (15:56 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 24 Oct 2002 15:56:15 +0000 (15:56 +0000)
INSTALL
configure.in.pre

diff --git a/INSTALL b/INSTALL
index 1236d92ec685606bdab9597241b2ba57852b15df..7fc09ca41363040325e9f5f3d420c81759116713 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Quick Installation
    To configure and compile SILC package give the comands:
 
        ./configure
    To configure and compile SILC package give the comands:
 
        ./configure
-       make (or gmake, GNU make is required)
+       make (or gmake)
        make install
 
    This will install the SILC binaries and configuration files into the
        make install
 
    This will install the SILC binaries and configuration files into the
index 0812847a7403d01a165d3db73dddc4d5b835beea..a9044806d458ccba531b2f9664e1af77425d9b59 100644 (file)
@@ -1069,4 +1069,8 @@ echo " Multi-threads support .........: $threads"
 echo " Debugging enabled .............: $summary_debug"
 echo " Stack-trace enabled ...........: $summary_stacktrace"
 echo ""
 echo " Debugging enabled .............: $summary_debug"
 echo " Stack-trace enabled ...........: $summary_stacktrace"
 echo ""
-echo "Compile the sources with 'make' or 'gmake' command. (GNU make is required)"
+if test "x$silc_dist" = "xsilc-client"; then
+  echo "Compile the sources with 'make' or 'gmake' command (GNU make is required)."
+else
+  echo "Compile the sources with 'make' or 'gmake' command."
+fi