summaryrefslogtreecommitdiff
path: root/GUILE-VERSION
diff options
context:
space:
mode:
authorAndy Wingo <wingo@igalia.com>2013-10-14 11:33:41 +0200
committerAndy Wingo <wingo@igalia.com>2013-10-14 11:33:52 +0200
commit545d776ef6b529eae8cd1d6cad0fe0d792c133a9 (patch)
tree8ed19ea3be6cf1c24acd1c62611f3b36898ff151 /GUILE-VERSION
parent649f6043dec99337b9635893451773d9d2420a94 (diff)
downloadguile-545d776ef6b529eae8cd1d6cad0fe0d792c133a9.tar.gz
Put the readline extension in the extensionsdir
* GUILE-VERSION: * acinclude.m4: * guile-readline/LIBGUILEREADLINE-VERSION: * guile-readline/Makefile.am: Rename libguile-readline-v-18.so to guile-readline.so, and install it to the extensions dir instead of the libdir. * guile-readline/ice-9/readline.scm: Load guile-readline instead of libguile-readline-v-18.
Diffstat (limited to 'GUILE-VERSION')
-rw-r--r--GUILE-VERSION4
1 files changed, 1 insertions, 3 deletions
diff --git a/GUILE-VERSION b/GUILE-VERSION
index acaa5666a..4a3f4fcef 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -11,9 +11,7 @@ GUILE_EFFECTIVE_VERSION=2.2
# All of the shared lib versioning info. Right now, for this to work
# properly, you'll also need to add AC_SUBST calls to the right place
# in configure.in, add the right -version-info statement to your
-# Makefile.am The only library not handled here is
-# guile-readline/libguile-readline. It is handled in
-# ./guile-readline/LIBGUILEREADLINE-VERSION.
+# Makefile.am.
# See libtool info pages for more information on how and when to
# change these.