jim 97/08/08 17:55:55
Modified: src CHANGES Configure INSTALL PORTING Log: Document the various Configuration-suite changes Revision Changes Path 1.394 +7 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.393 retrieving revision 1.394 diff -u -r1.393 -r1.394 --- CHANGES 1997/08/08 10:37:38 1.393 +++ CHANGES 1997/08/09 00:55:51 1.394 @@ -1,5 +1,12 @@ Changes with Apache 1.3a2 + *) Configure changes: TestLib replaced by TestCompile, which has + some additional capability (such as doing a sanity check of + the compiler and flags selected); the version of Solaris is now + available via the #define value of SOLARIS2; IRIX n32bit libs + now supported and selectable by new Configuration Rule: IRIXN32; + We no longer default to -O2 optimization. + *) mod_browser has been removed, since it's replaced by mod_setenvif. [Ken Coar] 1.126 +1 -0 apache/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache/src/Configure,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- Configure 1997/08/04 23:45:59 1.125 +++ Configure 1997/08/09 00:55:52 1.126 @@ -15,6 +15,7 @@ # GuessOS: Uses uname to determine OS/platform # PrintPath: generic "type" or "whence" replacement # TestCompile: Can check for libs and if $(CC) is ANSI +# (ie: a simple "sanity check") # #################################################################### ## Setup some defaults 1.17 +2 -2 apache/src/INSTALL Index: INSTALL =================================================================== RCS file: /export/home/cvs/apache/src/INSTALL,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- INSTALL 1997/07/27 02:16:59 1.16 +++ INSTALL 1997/08/09 00:55:52 1.17 @@ -31,7 +31,7 @@ Using Makefile template file: Makefile.tmpl + configured for <whatever> platform + setting C compiler to <whatever> * - + setting C compiler optimization-level to <whatever> * + + doing sanity check on compiler and options % This generates new versions of the Makefile and of modules.c. (If @@ -42,7 +42,7 @@ Using Makefile template file: Makefile.tmpl + configured for <whatever> platform + setting C compiler to <whatever> * - + setting C compiler optimization-level to <whatever> * + + doing sanity check on compiler and options % (*: Depending on Configuration and your system, Configure 1.9 +6 -5 apache/src/PORTING Index: PORTING =================================================================== RCS file: /export/home/cvs/apache/src/PORTING,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PORTING 1997/07/21 03:37:48 1.8 +++ PORTING 1997/08/09 00:55:53 1.9 @@ -4,11 +4,12 @@ Introduction: ------------- Apache has been ported to a wide variety of platforms, from multiple -UNIX varients to OS/2. Nonetheless, there are most likely a few -platforms out there that currently are not "officially" supported -under Apache. Porting Apache to these platforms can be quite simple -depending on the "genericness" of the OS. This doc will provide -some basic guidelines to help the potential porter. +UNIX varients to OS/2. Starting with v1.3, it will even run under +Windows95 and NT. Nonetheless, there are most likely a few platforms +out there that currently are not "officially" supported under +Apache. Porting Apache to these platforms can be quite simple +depending on the "genericness" of the OS. This doc will provide some +basic guidelines to help the potential porter. ------------- Requirements: