commit 275239b5d0bcb3beb1bb43ec9b8384c159e6c205
parent c24992d132dfb21ad5b1ee44154a5a8c008d6def
Author: tjg <tjg>
Date: Thu, 11 Nov 1999 11:29:09 +0000
1999-11-11
Documentation: when running configure, you need to set LDFLAGS for
`-L' options, not LIBS.
Diffstat:
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -646,4 +646,9 @@ Changes since rc-1.5b2
Feature: make `version' a list.
+1999-11-11
+
+ Documentation: when running configure, you need to set LDFLAGS for
+ `-L' options, not LIBS.
+
Release: rc-1.6b1.
diff --git a/INSTALL b/INSTALL
@@ -34,17 +34,17 @@ descending order of usefulness.
for details) to provide EMACS style command line editing and history.
If the editline library is not installed in a standard place, you can
tell configure where to find it by setting the environment variable
- LIBS. For example, the maintainer builds rc by copying libedit.a into
- the rc build directory and then running this configure command.
+ LDFLAGS. For example, the maintainer builds rc by copying libedit.a
+ into the rc build directory and then running this configure command.
- LIBS=-L. sh ../rc-1.5b3/configure --with-editline
+ LDFLAGS=-L. sh ../rc-1.5b3/configure --with-editline
--with-vrl
This option tells rc to use the vrl package (see the README file for
details) to provide EMACS style command line editing and history. As
for `--with-editline', you may need to set the environment variable
- LIBS appropriately.
+ LDFLAGS appropriately.
--with-readline
@@ -52,10 +52,10 @@ descending order of usefulness.
to editline or vrl, but has many more features. The readline package
is over 6 times the size of editline (whether you count lines of code,
or the library itself). As for editline, you can set the environment
- variable LIBS if your readline library is not installed in a standard
- place.
+ variable LDFLAGS if your readline library is not installed in a
+ standard place.
- LIBS=-L/usr/gnu/lib sh configure --with-readline
+ LDFLAGS=-L/usr/gnu/lib sh configure --with-readline
--with-history
@@ -105,7 +105,7 @@ probably don't want to bother with `--with-history'.
The default path is constructed at configure time, and consists
of each of the following directories that exist, in order.
- /usr/local/bin /usr/bin /usr/ucb /bin .
+ /usr/local/bin /usr/bin /usr/bsd /usr/ucb /bin .
You can disable this, or specify a different default path. Note that
the quote marks (") must be seen by configure; unless you are already