diff --git a/ChangeLog b/ChangeLog index 48434cbe26e30d8da4cb4d1bf9db0d5caa11f58e..664de9c26ac5c0098da9ec3fb79220d427d77171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2005-11-07 Niels Möller <nisse@lysator.liu.se> + * examples/nettle-benchmark.c: Check HAVE_UNISTD_H. + + * examples/Makefile.in (TARGETS): Use $(EXEEXT). + * tools/Makefile.in (TARGETS, sexp-conv, nettle-lfib-stream): Likewise. + + * configure.ac: Use $host_cpu, not $host, when setting up the + assembler path. Use $host_os, not uname, when setting up shared + library flags. + + * Makefile.in (des.$(OBJEXT)): Use OBJEXT. + * config.guess, config.sub: In the CVS tree, moved files to the lsh top-level directory.