about summary refs log tree commit diff stats
path: root/INSTALLATION
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-03-07 19:00:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-03-07 19:00:00 -0500
commit57b42f17322a4cb27bb4b36d85e67a9f62a84fe3 (patch)
tree51b20c64e6508cd1af6251a23d87db9eb03d1f98 /INSTALLATION
parent373bfbe1a5d037b9eb53f512a3332746e10607a2 (diff)
downloadlynx-snapshots-57b42f17322a4cb27bb4b36d85e67a9f62a84fe3.tar.gz
snapshot of project "lynx", label v2-8pre_5
Diffstat (limited to 'INSTALLATION')
-rw-r--r--INSTALLATION18
1 files changed, 17 insertions, 1 deletions
diff --git a/INSTALLATION b/INSTALLATION
index b1e960bc..856e9040 100644
--- a/INSTALLATION
+++ b/INSTALLATION
@@ -94,6 +94,22 @@ II. Compile instructions -- UNIX
 
     NOTE:  Configure has a number of useful options.  Please see below.
 
+    NOTE:  The 'configure' script generates auxiliary files "config.status"
+    "config.cache" and "config.log".  Normally you will not notice these;
+    they are created automatically and removed by a "make distclean".
+    
+	+ If you wish to rebuild Lynx with a new host, or change ANY of the
+	  parameters which are stored in config.cache, you MUST first remove
+	  the config.cache file before running configure; its options do NOT
+	  override the settings in that file.
+    
+	+ The config.status file is a script which creates (or regenerates) the
+	  files created by the configure script.
+
+    Please report problems in the configure/make process by including a copy of
+    config.status, config.cache and config.log, as well as the pertinent
+    compiler diagnostics.
+
     NOTE:  Lynx is a curses-based application, so you must have a curses
     library available to link to.  Native curses (on the system when it was
     installed) are often broken, so you may get superior performance if you
@@ -240,7 +256,7 @@ II. Compile instructions -- UNIX
   --enable-warnings
 	Use this option to turn on GCC compiler warnings.
 
-  --libdir
+  --libdir				(affect LYNX_CFG_FILE)
 	Defines the location where you want the lynx.cfg file installed.
 	The configure script defines the symbol LYNX_CFG_FILE to correspond
 	with the $libdir environment variable.  (For platforms which do not