cvs commit: apachen/src Configure

1997-12-01 Thread coar
coar97/12/01 08:51:49 Modified:src Configure Log: Enhance the message Configure emits when it can't find the Configuration file; now it tells the user how to make it. Reviewed by: Jim Jagielski, Paul Sutton Revision ChangesPath 1.174 +2 -0

cvs commit: apachen/src Configure Makefile.tmpl

1997-11-30 Thread dgaudet
dgaudet 97/11/30 11:17:24 Modified:src Configure Makefile.tmpl Log: Fail gracefully if "cd subdir" fails during a make... without this it would go into an infinite make loop and consume all processes/resources. Reviewed by: Jim Jagielski, Ken Coar Revision Change

cvs commit: apachen/src Configure

1997-11-21 Thread martin
martin 97/11/21 01:59:09 Modified:src Configure Log: Added defaults for Reliant Unix Revision ChangesPath 1.172 +1 -1 apachen/src/Configure Index: Configure === RCS file: /home/cvs/apa

cvs commit: apachen/src Configure

1997-11-05 Thread jim
jim 97/11/04 17:04:54 Modified:src Configure Log: Old shells don't understand '!' Revision ChangesPath 1.167 +6 -2 apachen/src/Configure Index: Configure === RCS file: /export/home/

cvs commit: apachen/src Configure CHANGES

1997-10-25 Thread dgaudet
dgaudet 97/10/25 16:28:07 Modified:src Configure CHANGES Log: Solaris 2.4 needs spencer regex. PR: 1321 Submitted by: John Line <[EMAIL PROTECTED]> Reviewed by:Lars Eilebrecht, Marc Slemko, Dean Gaudet Revision ChangesPath 1.164 +1 -1

cvs commit: apachen/src Configure

1997-10-24 Thread jim
jim 97/10/24 12:35:17 Modified:src Configure Log: Submitted by: Rasmus Lerdorf Reviewed by: Jim, Martin, Dean Since AddModule may want to muck around with RULE_WANTHSREGEX, move the handling of RULE_WANTHSREGEX down past AddModule Revision ChangesPath 1.16

cvs commit: apachen/src Configure

1997-10-21 Thread Ralf S. Engelschall
rse 97/10/20 23:41:08 Modified:src Configure Log: typo. Revision ChangesPath 1.161 +1 -1 apachen/src/Configure Index: Configure === RCS file: /export/home/cvs/apachen/src/Configure,

cvs commit: apachen/src Configure

1997-10-01 Thread Dean Gaudet
dgaudet 97/10/01 22:26:02 Modified:src Configure Log: Begin OS/2 abstraction. Submitted by: Paul Sutton Revision ChangesPath 1.159 +1 -0 apachen/src/Configure Index: Configure ===

cvs commit: apachen/src Configure Makefile.tmpl

1997-09-25 Thread Dean Gaudet
dgaudet 97/09/25 20:05:27 Modified:src Configure Makefile.tmpl Log: If a subdirectory make has an error, abort the parent immediately. Submitted by: Martin Kraemer Reviewed by: A cast of dozens Revision ChangesPath 1.157 +1 -1 apachen/src/Configure

cvs commit: apachen/src Configure

1997-09-14 Thread Paul Sutton
pcs 97/09/14 04:55:01 Modified:src Configure Log: The OSDIR has to be built first because it makes the OS specific header file(s) accessable to the other source files. Revision ChangesPath 1.156 +1 -1 apachen/src/Configure Index: Configure =

cvs commit: apachen/src Configure Makefile.tmpl

1997-09-12 Thread Paul Sutton
pcs 97/09/12 00:33:03 Modified:src Configure Makefile.tmpl Log: As part of enabling OS abstractions, the OS specific Makefile is now responsible for copying required header files to src/main, not Configure. Also link with the OS abstraction libary as the last module.

cvs commit: apachen/src Configure

1997-09-11 Thread Paul Sutton
pcs 97/09/11 00:37:14 Modified:src Configure Log: Simplify modules/Makefile. Also fixes problem with the old Makefile on BSD. Revision ChangesPath 1.154 +6 -23 apachen/src/Configure Index: Configure ===

cvs commit: apachen/src Configure

1997-09-10 Thread Jim Jagielski
jim 97/09/10 05:13:30 Modified:src Configure Log: Final cleanup: Remember our assumption that Configure must only use capabilities of the Ver7 shell. We should reconsider this for 2.0 Revision ChangesPath 1.152 +5 -3 apachen/src/Configure Index: C

cvs commit: apachen/src Configure

1997-09-06 Thread Jim Jagielski
jim 97/09/06 17:34:05 Modified:src Configure Log: Finally fix Solaris 251 awk problem. It didn't like 'if (.. in ..)' so we do 'for (.. in ..)' and loop around. Ugly. Revision ChangesPath 1.150 +8 -3 apachen/src/Configure Index: Configure ==

cvs commit: apachen/src Configure

1997-09-06 Thread Jim Jagielski
jim 97/09/06 15:32:20 Modified:src Configure Log: Cleanup 'awk' statements in Configure Revision ChangesPath 1.148 +97 -71apachen/src/Configure Index: Configure === RCS file: /export

cvs commit: apachen/src Configure

1997-09-04 Thread Jim Jagielski
jim 97/09/04 19:41:51 Modified:src Configure Log: Since 'awk -v' is not portable, we need to avoid it's use. The fix is to create an awk-file and then use that. Revision ChangesPath 1.147 +37 -27apachen/src/Configure Index: Configure

cvs commit: apachen/src Configure

1997-08-25 Thread Jim Jagielski
jim 97/08/25 18:02:53 Modified:src Configure Log: Oops... -lpthread is needed for 2.5.0 _and later_... Allow for Solaris 2.9.x right now :) Revision ChangesPath 1.142 +1 -1 apachen/src/Configure Index: Configure =

cvs commit: apachen/src Configure

1997-08-25 Thread Jim Jagielski
jim 97/08/25 17:59:44 Modified:src Configure Log: LIBS only needs "-lpthread" with Solaris 2.5.x Revision ChangesPath 1.141 +6 -1 apachen/src/Configure Index: Configure === RCS file

cvs commit: apachen/src Configure

1997-08-13 Thread Paul Sutton
pcs 97/08/13 01:52:52 Modified:src Configure Log: If user gives module file source on AddModule line, map onto the object file. Revision ChangesPath 1.132 +1 -0 apachen/src/Configure Index: Configure ===

cvs commit: apachen/src Configure

1997-08-11 Thread Rodent of Unusual Size
coar97/08/11 04:58:23 Modified:src Configure Log: Simple typo/grammatical corrections. Revision ChangesPath 1.131 +4 -4 apachen/src/Configure Index: Configure === RCS file: /e

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 14:37:28 Modified:src Configure Log: Be a little paranoid: have Configure print out the lines between a module's ConfigStart/ConfigEnd lines. Also, don't bother creating and running those lines if they don't exist Revision ChangesPath 1.130 +

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:18:50 Modified:src Configure Log: Adjust some code layout to have TestCompile work a bit better. Also, [ -e ... ] isn't generic, so use [ -f ... ] instead. Revision ChangesPath 1.128 +31 -46apachen/src/Configure Index: Configure =

cvs commit: apachen/src Configure

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:29:08 Modified:src Configure Log: Source re-org: new style Configure Revision ChangesPath 1.127 +272 -119 apachen/src/Configure Index: Configure === RCS file: /export/ho

cvs commit: apachen/src Configure

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:31:23 Modified:src Configure Log: Remove knowledge about module requirements from Configure. Modules now supply this information themselves. Revision ChangesPath 1.125 +0 -27 apachen/src/Configure Index: Configure ===

cvs commit: apachen/src Configure

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:09:45 Modified:src Configure Log: Remove check for gdbm (added by mistake) Revision ChangesPath 1.124 +0 -2 apachen/src/Configure Index: Configure === RCS file: /ex