jim 96/03/16 14:58:28
Modified: src Configure INSTALL
Log:
Revision Changes Path
1.5 +1 -1 apache/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache/src/Configure,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** Configure 1996/03/16 22:50:14 1.4
--- Configure 1996/03/16 22:58:26 1.5
***************
*** 3,9 ****
# Apache configuration script, first cut --- rst.
# Dont like it? Inspired to do something better? Go for it.
! file=Configuration.tmpl
tmpfile=htconf.$$
if [ "x$1" = "x-file" ] ; then
--- 3,9 ----
# Apache configuration script, first cut --- rst.
# Dont like it? Inspired to do something better? Go for it.
! file=Configuration
tmpfile=htconf.$$
if [ "x$1" = "x-file" ] ; then
1.3 +6 -5 apache/src/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache/src/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** INSTALL 1996/03/16 22:44:48 1.2
--- INSTALL 1996/03/16 22:58:27 1.3
***************
*** 11,20 ****
To do this:
! 1) Edit the file "Configuration.tmpl". This contains the per-machine
! config settings of the Makefile, and also an additional section at
! the bottom which lists the modules which have been compiled in, and
! also names the files containing them. You will need to:
a) Select a compiler, and compilation options as appropriate to
your machine.
--- 11,21 ----
To do this:
! 1) Copy the file "Configuration.tmpl" to "Configuration" and then edit
! "Configuration". This contains the per-machine config settings of
! the Makefile, and also an additional section at the bottom which
! lists the modules which have been compiled in, and also names the
! files containing them. You will need to:
a) Select a compiler, and compilation options as appropriate to
your machine.
***************
*** 30,36 ****
2) Run the "Configure" script:
% Configure
! Using 'Configuration.tmpl' as config file
%
This generates new versions of the Makefile and of modules.c. (If
--- 31,37 ----
2) Run the "Configure" script:
% Configure
! Using 'Configuration' as config file
%
This generates new versions of the Makefile and of modules.c. (If