1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* LIBGUILEREADLINE-VERSION: adjust versions and just name

dlsymable libs with their major version number, not the whole
version.  That should be sufficient for now.
This commit is contained in:
Rob Browning 2002-07-20 20:17:10 +00:00
parent 8e35ae8326
commit fbb8737c2f

View file

@ -11,8 +11,8 @@
# sure it explicitly loads the right shared lib version. See TODO.
LIBGUILEREADLINE_INTERFACE_CURRENT=15
LIBGUILEREADLINE_INTERFACE_REVISION=0
LIBGUILEREADLINE_INTERFACE_AGE=2
LIBGUILEREADLINE_INTERFACE_AGE=3
LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"
# Only here for the 1.6 release -- should be removed before 1.8. See TODO.
LIBGUILEREADLINE_LTHACK="${LIBGUILEREADLINE_INTERFACE_CURRENT}-${LIBGUILEREADLINE_INTERFACE_REVISION}-${LIBGUILEREADLINE_INTERFACE_AGE}"
# This must be the actual library major number -- a hack until we get
# libltdl straightened out.
LIBGUILEREADLINE_MAJOR=12