From: Pekka Riikonen Date: Wed, 14 Feb 2001 21:38:19 +0000 (+0000) Subject: update X-Git-Tag: SILC.0.1~221 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=e43c5c7f170c7be44e10d1b3093a579c3c4865d8;p=silc.git update --- diff --git a/CHANGES b/CHANGES index e08794bb..2657723c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Wed Feb 14 16:03:25 EET 2001 Pekka Riikonen * 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. diff --git a/prepare b/prepare index 4c7b3aba..64898923 100755 --- a/prepare +++ b/prepare @@ -37,6 +37,13 @@ autoconf 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