rse 98/04/19 23:14:49
Modified: . INSTALL
Log:
Add note about "env" usage or the C-shell variant "setenv KEY VALUE".
Thanks to Dean and Lars for mentioning this.
Revision Changes Path
1.13 +8 -0 apache-1.3/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- INSTALL 1998/04/16 06:44:44 1.12
+++ INSTALL 1998/04/20 06:14:48 1.13
@@ -157,6 +157,14 @@
override the corresponding default entries in the src/Configuration.tmpl
file (see there for more information about their usage).
+ Note: The syntax ``KEY=VALUE ./configure ...'' is the GNU Autoconf
+ compatible way of specifying defines and can be used with
+ Bourne shell compatible shells only (sh, bash, ksh). If you
use
+ a different type of shell either use ``env KEY=VALUE
+ ./configure ...'' when the `env' command is available on your
+ system or use ``setenv KEY VALUE; ./configure ...'' if you use
+ one of the C-shell variants (csh, tcsh).
+
Use the --prefix=PREFIX and --exec-prefix=EPREFIX options to configure
Apache to use a particular installation prefix. The default is
PREFIX=/usr/local/apache and EPREFIX=PREFIX.