This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=62e9a9b704524edfad98dd84ac5a11abd48d0b27 The branch, master has been updated via 62e9a9b704524edfad98dd84ac5a11abd48d0b27 (commit) from dffd0672faf3db4fa46042e447e62dff22a9e4e9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 62e9a9b704524edfad98dd84ac5a11abd48d0b27 Author: Neil Jerram <n...@ossau.uklinux.net> Date: Fri Jun 12 23:04:48 2009 +0100 Fix `make distcheck' * libguile/r6rs-ports.c (scm_init_r6rs_ports): Add libguile/ to included .x file name. ----------------------------------------------------------------------- Summary of changes: libguile/r6rs-ports.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libguile/r6rs-ports.c b/libguile/r6rs-ports.c index a07636f..d2c02ff 100644 --- a/libguile/r6rs-ports.c +++ b/libguile/r6rs-ports.c @@ -1109,7 +1109,7 @@ initialize_custom_binary_output_ports (void) void scm_init_r6rs_ports (void) { -#include "r6rs-ports.x" +#include "libguile/r6rs-ports.x" initialize_bytevector_input_ports (); initialize_custom_binary_input_ports (); hooks/post-receive -- GNU Guile