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
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