summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/README
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-03-27 22:47:12 +0000
committerache <ache@FreeBSD.org>2006-03-27 22:47:12 +0000
commit8aeb9782f4a5d98c23b918bdae2477810088d0d1 (patch)
tree5e38d670d1899750fd24e8f171fd03d714ab0681 /contrib/libreadline/README
parent17222c720e12474e93a40d68fd9646bad49690a7 (diff)
downloadFreeBSD-src-8aeb9782f4a5d98c23b918bdae2477810088d0d1.zip
FreeBSD-src-8aeb9782f4a5d98c23b918bdae2477810088d0d1.tar.gz
Virgin import of GNU Readline 5.1
Diffstat (limited to 'contrib/libreadline/README')
-rw-r--r--contrib/libreadline/README16
1 files changed, 15 insertions, 1 deletions
diff --git a/contrib/libreadline/README b/contrib/libreadline/README
index ac4e3a7..8dd09cc 100644
--- a/contrib/libreadline/README
+++ b/contrib/libreadline/README
@@ -1,7 +1,7 @@
Introduction
============
-This is the Gnu Readline library, version 5.0.
+This is the Gnu Readline library, version 5.1.
The Readline library provides a set of functions for use by applications
that allow users to edit command lines as they are typed in. Both
@@ -102,6 +102,9 @@ SHLIB_XLDFLAGS Additional flags to pass to SHOBJ_LD for shared library
SHLIB_LIBS Any additional libraries that shared libraries should be
linked against when they are created.
+SHLIB_LIBPREF The prefix to use when generating the filename of the shared
+ library. The default is `lib'; Cygwin uses `cyg'.
+
SHLIB_LIBSUFF The suffix to add to `libreadline' and `libhistory' when
generating the filename of the shared library. Many systems
use `so'; HP-UX uses `sl'.
@@ -118,6 +121,17 @@ SHLIB_LIBVERSION The string to append to the filename to indicate the version
numbers; use `$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)' on those systems.
Other Unix versions use different schemes.
+SHLIB_DLLVERSION The version number for shared libraries that determines API
+ compatibility between readline versions and the underlying
+ system. Used only on Cygwin. Defaults to $SHLIB_MAJOR, but
+ can be overridden at configuration time by defining DLLVERSION
+ in the environment.
+
+SHLIB_DOT The character used to separate the name of the shared library
+ from the suffix and version information. The default is `.';
+ systems like Cygwin which don't separate version information
+ from the library name should set this to the empty string.
+
SHLIB_STATUS Set this to `supported' when you have defined the other
necessary variables. Make uses this to determine whether
or not shared library creation should be attempted.
OpenPOWER on IntegriCloud