mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 21:30:29 +02:00
Updated
This commit is contained in:
parent
daca28167f
commit
8b0db23e94
2 changed files with 5 additions and 2 deletions
|
@ -90,8 +90,8 @@ AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
# These should be installed and distributed.
|
# These should be installed and distributed.
|
||||||
ice9_sources = boot-9.scm calling.scm common-list.scm debug.scm \
|
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 \
|
emacs.scm expect.scm hcons.scm lineio.scm ls.scm mapping.scm poe.scm \
|
||||||
readline.scm regex.scm runq.scm slib.scm string-fun.scm tags.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
|
threads.scm r4rs.scm session.scm syncase.scm psyntax.pp psyntax.ss
|
||||||
|
|
||||||
# These should be installed, but not distributed.
|
# These should be installed, but not distributed.
|
||||||
|
|
|
@ -275,6 +275,9 @@
|
||||||
/* Define if you have the rename function. */
|
/* Define if you have the rename function. */
|
||||||
#undef HAVE_RENAME
|
#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. */
|
/* Define if you have the rl_clear_signals function. */
|
||||||
#undef HAVE_RL_CLEAR_SIGNALS
|
#undef HAVE_RL_CLEAR_SIGNALS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue