1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.

Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
* ice-9/readline.scm: Use new name with load-extension.
This commit is contained in:
Marius Vollmer 2004-08-26 15:16:56 +00:00
parent 51fab002a8
commit 0e33f86234

View file

@ -35,7 +35,7 @@
;;; but only when it isn't already present.
(if (not (provided? 'readline))
(load-extension "libguilereadline" "scm_init_readline"))
(load-extension "libguilereadline-v-16" "scm_init_readline"))
(if (not (provided? 'readline))
(scm-error 'misc-error