jim 97/04/14 05:45:04
Modified: src INSTALL
Log:
Make INSTALL reflect reality
Revision Changes Path
1.14 +6 -4 apache/src/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache/src/INSTALL,v
retrieving revision 1.13
retrieving revision 1.14
diff -C3 -r1.13 -r1.14
*** INSTALL 1997/03/25 04:58:00 1.13
--- INSTALL 1997/04/14 12:45:03 1.14
***************
*** 26,33 ****
2) Run the "Configure" script:
! % Configure
! Using 'Configuration' as config file
+ configured for <whatever> platform
+ setting C compiler to <whatever> *
+ setting C compiler optimization-level to <whatever> *
--- 26,34 ----
2) Run the "Configure" script:
! % ./Configure
! Using config file: Configuration
! Using Makefile template file: Makefile.tmpl
+ configured for <whatever> platform
+ setting C compiler to <whatever> *
+ setting C compiler optimization-level to <whatever> *
***************
*** 36,43 ****
This generates new versions of the Makefile and of modules.c. (If
you want to maintain multiple configurations, you can say, e.g.,
! % Configure -file Configuration.ai
! Using alternate config file Configuration.ai
+ configured for <whatever> platform
+ setting C compiler to <whatever> *
+ setting C compiler optimization-level to <whatever> *
--- 37,45 ----
This generates new versions of the Makefile and of modules.c. (If
you want to maintain multiple configurations, you can say, e.g.,
! % ./Configure -file Configuration.ai
! Using config file: Configuration.ai
! Using Makefile template file: Makefile.tmpl
+ configured for <whatever> platform
+ setting C compiler to <whatever> *
+ setting C compiler optimization-level to <whatever> *