diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 9f550d12a..359884d3a 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -90,8 +90,8 @@ AUTOMAKE_OPTIONS = foreign # These should be installed and distributed. ice9_sources = boot-9.scm calling.scm common-list.scm debug.scm \ -expect.scm hcons.scm lineio.scm ls.scm mapping.scm poe.scm q.scm \ -readline.scm regex.scm runq.scm slib.scm string-fun.scm tags.scm \ +emacs.scm expect.scm hcons.scm lineio.scm ls.scm mapping.scm poe.scm \ +q.scm readline.scm regex.scm runq.scm slib.scm string-fun.scm tags.scm \ threads.scm r4rs.scm session.scm syncase.scm psyntax.pp psyntax.ss # These should be installed, but not distributed. diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index b95db63e2..9b6e0f4b7 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -275,6 +275,9 @@ /* Define if you have the rename function. */ #undef HAVE_RENAME +/* Define if you have the rl_cleanup_after_signal function. */ +#undef HAVE_RL_CLEANUP_AFTER_SIGNAL + /* Define if you have the rl_clear_signals function. */ #undef HAVE_RL_CLEAR_SIGNALS