From 4b563595ca57eeb9857772bdade0fddb3dc82b2e Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 2 Dec 2006 23:41:22 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ef88b2d17..41f7cb0e6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +2006-12-03 Kevin Ryde + + * Makefile.am (.c.doc): Remove the "test -n" apparently attempting to + allow $AWK from the environment to override. It had syntax gremlins, + and the presence of a $(AWK) variable set by AC_PROG_AWK in the + Makefile stopped it having any effect. Use just $(AWK), which can be + overridden with "make AWK=xxx" in the usual way if desired. + 2006-11-29 Ludovic Courtès * libguile/vectors.c (scm_vector_to_list): Fixed list