From 673b2a0af17a1dd96c21ae9712accee5324f24cf Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Tue, 30 May 2000 22:52:43 +0000 Subject: [PATCH] ChangeLog: I think we should use a uniform style in this file. Reformatted Ruud's recent entries. configure: Weird. There's some timestamp screwup somewhere, perhaps in the way Makefile.in is written, that caused autoconf to get run after I did a `cvs update'. It regenerated configure, and apparently I'm using a different version of autoconf, with a different order of awk alternatives. --- ChangeLog | 14 ++++++++++---- configure | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2a4443..a5e306c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,19 +15,25 @@ Mon May 29 7:48:15 2000 Shantonu Sen Sun May 28 17:44:15 CEST 2000 Ruud de Rooij * Added autoconf check for getutent(). + * Changed uip/rcvtty.c and uip/slocal.c to use getutent() and - friends. Since I can only check on Linux, please check if - this works on other systems. + friends. Since I can only check on Linux, please check if + this works on other systems. Sun May 28 14:58:49 CEST 2000 Ruud de Rooij * Applied patch from Peter Maydell to uip/scansbr.c for more - checks for write failures. + checks for write failures. + * Unlink temporary file properly in uip/rcvtty.c. + * Moved viamail from bindir to libdir. + * Changed sendfiles into sendfiles.in, so that path to viamail - is patched in. + is patched in. + * Added gzip support to sendfiles. + * Added References header to replcomps and replgroupcomps. Sun May 28 14:39:31 CEST 2000 Ruud de Rooij diff --git a/configure b/configure index f37ac3c..b214b70 100755 --- a/configure +++ b/configure @@ -1263,7 +1263,7 @@ if test -n "$RANLIB"; then else echo "$ac_t""no" 1>&6 fi - for ac_prog in gawk mawk nawk awk + for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -- 1.7.10.4