From: ueno Date: Tue, 22 Jan 2002 09:56:16 +0000 (+0000) Subject: update. X-Git-Tag: starttls-0_9~13 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fstarttls.git;a=commitdiff_plain;h=00d2fe3f5de96ca6fa820555132d2087a064b163 update. --- diff --git a/ChangeLog b/ChangeLog index 3849413..731d0c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-01-22 Daiki Ueno + + * bittypes.h: Add missing header files. + * sockstorage.h: Ditto. + + * configure.in: Don't compile getopt.c and getopt1.c if there is + getopt_long. + * Makefile.am: Don't compile getopt.c and getopt1.c if there is + getopt_long; use autoconf's output variable $(LIBOBJS). + + * starttls.c: Put getopt.h between "" instead of <>. + 2002-01-22 Kenichi OKADA * starttls.c: Fix the argument of getopt_long.