From cb1c585e9e2cbe0ae9f1b7316869d8d01914b507 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 1 Mar 2002 22:01:19 +0000 Subject: [PATCH] Mention no longer installed programs. --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index d2c286578..7fa6caa08 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,19 @@ Changes since Guile 1.4: This buglet typically caused compilation to fail at libguile/net_db.c:85, and in fact, motivated 1.4.1 release. +* installation process fix: some programs are no longer installed + +The following programs are used in the build process and are now no longer +installed in $bindir. + + guile-doc-snarf + guile-func-name-check + guile-snarf + guile-snarf.awk + +We will eventually support doc snarfing through an "executable +scheme module" mechanism. + * libltdl is now configured as as "installable" instead of "convenience" Previously, libguile included a private copy of libltdl. Now,