From e3e9affa17c8914bf936fcbebf7229e6b85a49b9 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 24 Oct 2002 15:56:15 +0000 Subject: [PATCH] updates --- INSTALL | 2 +- configure.in.pre | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 1236d92e..7fc09ca4 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Quick Installation 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 diff --git a/configure.in.pre b/configure.in.pre index 0812847a..a9044806 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -1069,4 +1069,8 @@ 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. (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 -- 2.24.0