From 13af30488ee693ef2fe236b8dff47b7bdca8a496 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 7 Oct 1998 10:16:28 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 1 + libguile/ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 664c64b48..2a691a8c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ we do find the rl_getc_function variable in the readline library; AC_CHECK_FUNCS used to do this for us, but we're not using it any more. + * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION. * configure.in: Properly test for the presence of rl_getc_function; it's a variable, not a function. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f2fe58aa1..1ece3c7b6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +1998-10-07 Jim Blandy + + * scmconfig.h.in: Regenerated; ../acconfig.h has changed. + 1998-10-07 Jim Blandy * eval.c (safe_setjmp): Remove this misunderstanding.