Wed Feb 14 16:03:25 EET 2001 Pekka Riikonen <priikone@poseidon.pspt.fi>
* Made some sanity checks to silc_server_daemonise like to check
- whether the reuqested user and group actually exists.
+ whether the requested user and group actually exists.
* Added sanity check to SKE's silc_ske_responder_finish to check
that the public and private key actually is valid.
autoheader
automake
+cd lib/trq
+aclocal
+autoconf
+autoheader
+automake >/dev/null 2>/dev/null
+cd ../..
+
file=includes/version_internal.h
echo "/* Automatically generated by ./prepare */" >$file
echo "#define SILC_VERSION_STRING \"$version\"" >>$file