1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/guile-readline
Daniel Llorens f2781c9604 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-01-28 11:11:24 +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-01-28 11:11:24 +01:00
readline.h Update license notices in all C files 2018-06-20 20:07:34 +02:00