*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Wed, 7 Oct 1998 10:16:28 +0000 (10:16 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 7 Oct 1998 10:16:28 +0000 (10:16 +0000)
ChangeLog
libguile/ChangeLog

index 664c64b..2a691a8 100644 (file)
--- 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.
index f2fe58a..1ece3c7 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-07  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * scmconfig.h.in: Regenerated; ../acconfig.h has changed.
+
 1998-10-07  Jim Blandy  <jimb@totoro.red-bean.com>
 
        * eval.c (safe_setjmp): Remove this misunderstanding.