1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/guile-readline
Daniel Llorens f361584a15 Fix check for rl_get_keymap
This lets Guile build on OS X (tested on 10.14) with the system-provided
libreadline.

* acinclude.m4 (GUILE_READLINE): Check for rl_get_keymap_name instead of
  rl_get_keymap. The system provided libreadline is an alias to libedit,
  which has _keymap but not _keymap_name, and Guile uses both.
* guile-readline/readline.c: Adjust the include guard.
2020-02-12 10:32:12 +01:00
..
ice-9 Merge branch 'stable-2.0' 2014-09-30 03:50:47 -04:00
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
Makefile.am Put the readline extension in the extensionsdir 2013-10-14 11:33:52 +02:00
readline.c Fix check for rl_get_keymap 2020-02-12 10:32:12 +01:00
readline.h readline: Avoid interpreting control characters in pastes. 2017-05-17 22:29:08 +02:00