From 4ddc5e5458134bd262dd3a4bcacee3cc3d3b5a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 17 Feb 2004 16:49:33 +0100 Subject: [PATCH] *** empty log message *** Rev: src/nettle/ChangeLog:1.250 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7dbbcdcd..ebcda051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2004-02-17 Niels M�ller <niels@s3.kth.se> + + * 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 <niels@s3.kth.se> * Makefile.am (%.o: %.asm): Added comment about OSF1 make problem. -- GitLab