From: Niels Möller Date: Tue, 17 Feb 2004 15:49:33 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.10_release_20040305~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ddc5e5458134bd262dd3a4bcacee3cc3d3b5a1a;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.250 --- diff --git a/ChangeLog b/ChangeLog index 7dbbcdcd..ebcda051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2004-02-17 Niels Möller + + * Makefile.am: Protected %-rules used for building pure objects, + and for assembler files, by automake conditionals. Needed for + makes such as tru64's, which tries to understand %-patterns, but + doesn't get it right. + (SUFFIXES): Added .html. + (.texinfo.html): Rewrote rule to use a traditional suffix target. + + * configure.ac (enable_assembler): Explicitly set + enable_assembler=no, on architectures where we have no assembler + files. + (ENABLE_ASSEMBLER, ENABLE_SHARED): New automake conditionals. + + * testsuite/testutils.c (xalloc): xalloc(0) should work also on + systems where malloc(0) returns NULL. + 2004-02-16 Niels Möller * Makefile.am (%.o: %.asm): Added comment about OSF1 make problem.