From e43c5c7f170c7be44e10d1b3093a579c3c4865d8 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 14 Feb 2001 21:38:19 +0000 Subject: [PATCH] update --- CHANGES | 2 +- prepare | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.24.0