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.