diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
commit | e4409c408eedf320b8845cafdd62b664bec1afd8 (patch) | |
tree | ccce96259ffd0a5edf9dc05e49262aaf5854fd99 /README.configure | |
parent | 36a66292ee2ec3530d776892d22d6c5ace810ae0 (diff) | |
download | lynx-snapshots-e4409c408eedf320b8845cafdd62b664bec1afd8.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-6
Diffstat (limited to 'README.configure')
-rw-r--r-- | README.configure | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/README.configure b/README.configure new file mode 100644 index 00000000..79234d40 --- /dev/null +++ b/README.configure @@ -0,0 +1,35 @@ +-- 1997/3/20 - T.Dickey <dickey@clark.net> + +This is the first pass of an auto-configure script which I and Jim Spath +have been working on. It uses autoconf 2.12 to generate a Bourne shell +script (configure), which can be run on a UNIX platform to generate: + + lynx_cfg.h + makefile + +to replace the top-level Makefile of Lynx. Ultimately the generated +makefile will have a single target (rather than the multitude of specific +platforms). At this stage, we've gotten as far as combining several of the +more common configurations (noted in makefile according to when they were +tested). + +To use the configure script, simply type + + configure +or configure --with-screen=ncurses +or configure --with-screen=slang + +and + make <platform> + +e.g., one of + + make linux + make sgi + make solaris + make sun4 + +Since the linux target has only a minor special case #ifdef, I've also built +AIX (cc), CLIX (cc), SCO (cc) and HP-UX (K&R c, gcc) configurations using that +target. Jim has tested additionally the FreeBSD, NetBSD configurations, and +will investigate DGUX. |