cvs commit: apache/src Configure Makefile.tmpl

1998-01-09 Thread martin
martin 98/01/09 07:15:27 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X Configure Makefile.tmpl Log: The patch allows users to define the CC macro to more than one word, e.g., CC= cc -D_POSIX_SOURCE or some such in the Configuration file.

cvs commit: apache/src Configure

1998-01-09 Thread martin
martin 98/01/09 06:50:51 Modified:src Tag: APACHE_1_2_X Configure Log: Add XPG/4 switch for ReliantUNIX/SINIX compilation Revision ChangesPath No revision No revision 1.96.2.11 +1 -1 apache/src/Configure

cvs commit: apache/src Configure CHANGES

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 13:16:26 Modified:src Configure CHANGES Log: Some versions of DGUX require -lsocket -lnsl. Submitted by: Alexander L Jones <[EMAIL PROTECTED]> PR: 732 Revision ChangesPath 1.123 +11 -0 apache/src/Configure Index: Config

cvs commit: apache/src Configure

1997-07-24 Thread Jim Jagielski
jim 97/07/24 19:10:47 Modified:src Configure Log: Oops... we should actually check the return value of the ANSI test :) Revision ChangesPath 1.122 +10 -1 apache/src/Configure Index: Configure ===

cvs commit: apache/src Configure

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 20:42:12 Modified:src Configure Log: Don't print "+ using for mod_auth_db" when DB_LIB="", similarly for DBM_LIB. Fix BSD44 archs which don't require -ldb for db functions. Revision ChangesPath 1.115 +10 -2 apache/src/Configure Index

cvs commit: apache/src Configure

1997-07-16 Thread Jim Jagielski
jim 97/07/16 20:03:22 Modified:src Configure Log: Show where, in Configure, one would use ./helpers/TestLib Revision ChangesPath 1.111 +21 -12apache/src/Configure Index: Configure =

cvs commit: apache/src Configure

1997-07-16 Thread Jim Jagielski
jim 97/07/16 18:40:36 Modified:src Configure Log: Configure rework: Add some major commenting to this unwieldy beast More intelligent "adjustments" depending on CC now work Start framework for library tests Revision ChangesPath 1.110 +140 -

cvs commit: apache/src Configure Makefile.tmpl

1997-07-14 Thread Rodent of Unusual Size
coar97/07/14 03:20:03 Modified:src Configure Makefile.tmpl Log: Put quotes around $(CC) where it's passed to subordinate environments. on IRIX, mod_perl requires "-n32", and mucks with the CC macro. This isn't the optimal solution, but it doe

cvs commit: apache/src Configure

1997-07-10 Thread Marc Slemko
marc97/07/10 20:55:05 Modified:src Configure Log: Improve SNI CFLAGS. Reviewed by: Marc Slemko Submitted by: Martin Kraemer <[EMAIL PROTECTED]> PR: 851 Revision ChangesPath 1.107 +1 -1 apache/src/Configure Index: Configure =

cvs commit: apache/src Configure CHANGES

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 11:28:28 Modified:src Tag: APACHE_1_2_X Configure CHANGES Log: Fix problem with error from hp/ux make when no modules in modules/ dir. Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Alexei Kosut Revision ChangesPath No

cvs commit: apache/src Configure CHANGES

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 11:26:58 Modified:src Configure CHANGES Log: Fix problem with error from hp/ux make when no modules in modules/ dir. Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Alexei Kosut Revision ChangesPath 1.102 +1 -1 apache/src/Config

cvs commit: apache/src Configure CHANGES

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 18:58:18 Modified:src Tag: APACHE_1_2_X Configure CHANGES Log: PR#388: Support for DEC cc compiler under Ultrix. Revision ChangesPath No revision No revision 1.96.2.3 +3 -0 apache/src/Config

cvs commit: apache/src Configure

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 18:39:13 Modified:src Tag: APACHE_1_2_X Configure Log: PR#705: alpha linux requires -lcrypt, sparc linux requires -lm Revision ChangesPath No revision No revision 1.96.2.1 +12 -0 apache/src/C

cvs commit: apache/src Configure CHANGES

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 17:51:56 Modified:src Configure CHANGES Log: PR#388: Support for DEC cc compiler under Ultrix. Revision ChangesPath 1.99 +3 -0 apache/src/Configure Index: Configure ===

cvs commit: apache/src Configure

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 17:14:07 Modified:src Configure Log: PR#705: alpha linux requires -lcrypt, sparc linux requires -lm Revision ChangesPath 1.97 +12 -0 apache/src/Configure Index: Configure ==

cvs commit: apache/src Configure

1997-05-10 Thread Jim Jagielski
jim 97/05/10 14:53:55 Modified:src Configure Log: Oops Revision ChangesPath 1.95 +2 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configure,v

cvs commit: apache/src Configure

1997-04-14 Thread Jim Jagielski
jim 97/04/14 04:52:21 Modified:src Configure Log: Final fixes for correct detection of Module Revision ChangesPath 1.91 +3 -3 apache/src/Configure Index: Configure === RCS file: /

cvs commit: apache/src Configure

1997-04-13 Thread Jim Jagielski
jim 97/04/13 13:54:35 Modified:src Configure Log: Closeout PR380: Patch is good; check for Module Revision ChangesPath 1.90 +1 -1 apache/src/Configure Index: Configure === RCS fil

cvs commit: apache/src Configure Makefile.tmpl

1997-04-13 Thread Jim Jagielski
jim 97/04/13 13:45:35 Modified:src Configure Makefile.tmpl Log: Closeout PR369: Make SHELL set by Configure and allow it to be changed as needed (eg: ULTRIX required /bin/sh5) Revision ChangesPath 1.89 +6 -1 apache/src/Configure Index: Configure

cvs commit: apache/src Configure

1997-04-04 Thread Roy Fielding
fielding97/04/04 20:31:44 Modified:src Configure Log: Another tweak so that it will work on OSF/1 -- rules with dependencies apparently need to do something. Submitted by: Ken Coar Reviewed by: Roy Fielding Revision ChangesPath 1.87 +1 -1 apache/s

cvs commit: apache/src Configure

1997-03-25 Thread Dean Gaudet
dgaudet 97/03/25 12:21:22 Modified:src Configure Log: More bug reporting cleanup. Reviewed by: Dean Gaudet, Jim Jagielski Submitted by: Ken Coar Revision ChangesPath 1.85 +6 -3 apache/src/Configure Index: Configure ==

cvs commit: apache/src Configure

1997-03-24 Thread Roy Fielding
fielding97/03/24 11:03:54 Modified:src Configure Log: Replaced for loops in generated modules/Makefile with implicit rules in order to improve portability. Reviewed by: Chuck Murcko Revision ChangesPath 1.83 +20 -13apache/src/Configure Index: Co

cvs commit: apache/src Configure PORTING conf.h http_main.c

1997-02-25 Thread Jim Jagielski
jim 97/02/25 13:04:46 Modified:src Configure PORTING conf.h http_main.c Log: MachTen fine tuning Revision ChangesPath 1.81 +7 -2 apache/src/Configure Index: Configure === RCS file

cvs commit: apache/src Configure

1997-02-15 Thread Jim Jagielski
jim 97/02/15 13:54:32 Modified:src Configure Log: Revision ChangesPath 1.79 +1 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configure,v re

cvs commit: apache/src Configure

1997-02-11 Thread Jim Jagielski
jim 97/02/11 05:22:05 Modified:src Configure Log: remove CC test for HP Revision ChangesPath 1.78 +3 -3 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache

cvs commit: apache/src Configure

1997-02-06 Thread Paul Sutton
pcs 97/02/06 06:09:56 Modified:src Configure Log: Reviewed by: Brian Behlendorf, Chuck Murcko, Roy T. Fielding Auto-create a Makefile in the support directory: update Configure to write out the configured information to Makefile.config then prepend that to the Mak

cvs commit: apache/src Configure

1997-01-22 Thread Jim Jagielski
jim 97/01/22 11:46:42 Modified:src Configure Log: Configure patches: Fix OSF, SCO3 and 8space->tab Revision ChangesPath 1.73 +41 -39apache/src/Configure Index: Configure === RCS fi

cvs commit: apache/src Configure conf.h

1997-01-10 Thread Jim Jagielski
jim 97/01/10 05:23:32 Modified:src Configure conf.h Log: Add IBM AIX PS/2 Revision ChangesPath 1.70 +5 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apac

cvs commit: apache/src Configure

1997-01-10 Thread Brian Behlendorf
brian 97/01/10 03:17:24 Modified:src Configure Log: Reviewed by: Brian Behlendorf, Chuck Murcko Submitted by: [EMAIL PROTECTED] FreeBSD doesn't have a -ldbm. Revision ChangesPath 1.68 +2 -0 apache/src/Configure Index: Configure ===

cvs commit: apache/src Configure conf.h http_log.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c util_script.c

1997-01-10 Thread Brian Behlendorf
brian 97/01/10 01:34:49 Modified:src Configure conf.h http_log.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c util_script.c Log: Reviewed by: Brian Behlendorf Submitted by: Garey Smiley <[EMAIL PROTECTED]

cvs commit: apache/src Configure

1996-12-27 Thread Jim Jagielski
jim 96/12/27 06:30:30 Modified:src Configure Log: Fix Configure and use of awk Revision ChangesPath 1.62 +8 -6 apache/src/Configure Index: Configure === RCS file: /export/home/cvs

cvs commit: apache/src Configure

1996-12-26 Thread Randy Terbush
randy 96/12/26 11:21:44 Modified:src Configure Log: Thinking in small steps today. Add the same error checking for -file Revision ChangesPath 1.61 +4 -0 apache/src/Configure Index: Configure

cvs commit: apache/src Configure

1996-12-26 Thread Randy Terbush
randy 96/12/26 11:18:53 Modified:src Configure Log: Add a little sanity checking to Configure for the -make flag Revision ChangesPath 1.60 +4 -0 apache/src/Configure Index: Configure

cvs commit: apache/src Configure util_script.c util_script.h

1996-12-26 Thread Randy Terbush
randy 96/12/26 11:07:10 Modified:src Configure util_script.c util_script.h Log: Revert to a more sane solution for ARG_MAX define in create_argv(). Include a fixe to Configure which solves incompatibilty with 'awk' on Solaris and I suspect others. (-v was the culprit)

cvs commit: apache/src Configure

1996-12-17 Thread Randy Terbush
randy 96/12/17 12:21:41 Modified:src Configure Log: Add more flexibility to the configuration process. Reviewed by: Randy Terbush, Sameer Parekh, Ben Laurie Submitted by: Rob Hartill Revision ChangesPath 1.58 +16 -9 apache/src/Configure Index: C

cvs commit: apache/src Configure

1996-12-11 Thread Brian Behlendorf
brian 96/12/11 16:30:38 Modified:src Configure Log: Submitted by: Colin Burgess <[EMAIL PROTECTED]> QNX needs Apache's regex libs. Revision ChangesPath 1.57 +2 -1 apache/src/Configure Index: Configure =

cvs commit: apache/src Configure

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 15:43:27 Modified:src Configure Log: Submitted by: Paul Ginsparg Flipped it back to a previous state due to incorrect information from someone at HP. Also added it for HPUX 9.x. Revision ChangesPath 1.55 +4 -1 apache/src/Configure

cvs commit: apache/src Configure

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 12:38:20 Modified:src Configure Log: Submitted by: Erik Bertelsen <[EMAIL PROTECTED]> Ultrix needs HS's regex package. Revision ChangesPath 1.54 +1 -0 apache/src/Configure Index: Configure ==

cvs commit: apache/src Configure conf.h CHANGES

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 12:12:33 Modified:src Configure conf.h CHANGES Log: Reviewed by: Brian Behlendorf Submitted by: [EMAIL PROTECTED], Alvin Austin <[EMAIL PROTECTED]> Allow NeXT to compile cleanly. Revision ChangesPath 1.53 +1 -0 apache/src/Configure

cvs commit: apache/src Configure

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 11:53:20 Modified:src Configure Log: Reviewed by: Brian Behlendorf Submitted by: [EMAIL PROTECTED] Another small tweak to the HPUX def. Revision ChangesPath 1.52 +1 -1 apache/src/Configure Index: Configure ==

cvs commit: apache/src Configure

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 22:39:50 Modified:src Configure Log: Submitted by: [EMAIL PROTECTED] Added CFLAGS for HPUX10 compiler. Bria Revision ChangesPath 1.51 +4 -0 apache/src/Configure Index: Configure ==

cvs commit: apache/src Configure

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 21:57:03 Modified:src Configure Log: Oops, earlier patch prevented non-2.1.1 unixware. Since we can't just do "unixware*" anymore, separately answer all three possible outcomes, on the presumption that there really is a point for a "unixware1" and "unixw

cvs commit: apache/src Configure conf.h mod_userdir.c util_script.c util_script.h

1996-12-08 Thread Randy Terbush
randy 96/12/08 17:00:43 Modified:src Configure conf.h mod_userdir.c util_script.c util_script.h Log: OS/2 changes Submitted by: Garey Smiley Revision ChangesPath 1.48 +3 -2 apache/src/Configure Index: Configure ==

cvs commit: apache/src Configure

1996-12-08 Thread Jim Jagielski
jim 96/12/08 15:54:51 Modified:src Configure Log: Back off SCO change, due to GuessOS update Revision ChangesPath 1.47 +1 -1 apache/src/Configure Index: Configure === RCS file: /e

cvs commit: apache/src Configure

1996-12-08 Thread Jim Jagielski
jim 96/12/08 14:53:45 Modified:src Configure Log: Added another SCO5 Revision ChangesPath 1.46 +1 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/sr

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 03:16:10 Modified:src Configure Log: Point at the PORTING file, encourage someone to port to 64 bit Irix. Revision ChangesPath 1.44 +5 -1 apache/src/Configure Index: Configure

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 03:06:07 Modified:src Configure Log: Ahem. Correct Irix 64 patch. Revision ChangesPath 1.43 +11 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 02:48:30 Modified:src Configure Log: Make Irix 64 compile Apache 32-bit for now. Revision ChangesPath 1.42 +5 -1 apache/src/Configure Index: Configure === RCS file: /

cvs commit: apache/src Configure conf.h

1996-12-03 Thread Ben Laurie
ben 96/12/03 09:35:30 Modified:src Configure conf.h Log: QNX fixes. Revision ChangesPath 1.41 +1 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src

cvs commit: apache/src Configure

1996-12-03 Thread Ben Laurie
ben 96/12/03 07:44:23 Modified:src Configure Log: DG/UX fix. Revision ChangesPath 1.40 +1 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Config

cvs commit: apache/src Configure

1996-12-02 Thread Roy Fielding
fielding96/12/02 17:06:12 Modified:src Configure Log: Add what is needed to compile Apache on SunOS 4. Revision ChangesPath 1.38 +2 -1 apache/src/Configure Index: Configure === RCS fi

Re: cvs commit: apache/src Configure

1996-11-20 Thread Paul Richards
Brian Behlendorf <[EMAIL PROTECTED]> writes: > Ack, my mistake - I meant to add the "Submitted" and "Reviewed" lines and the > log as appropriate but that didn't happen. Can this be added after the fact? It can but in this case I don't think it's worth the effort. What did you want to comment on

Re: cvs commit: apache/src Configure

1996-11-19 Thread Roy T. Fielding
> Ack, my mistake - I meant to add the "Submitted" and "Reviewed" lines and the > log as appropriate but that didn't happen. Can this be added after the fact? Not without making a mess -- don't worry about it. .Roy

cvs commit: apache/src Configure

1996-11-19 Thread Roy Fielding
fielding96/11/19 22:04:31 Modified:src Configure Log: Removed another pesky Id line Revision ChangesPath 1.37 +0 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cv

Re: cvs commit: apache/src Configure

1996-11-19 Thread Brian Behlendorf
Ack, my mistake - I meant to add the "Submitted" and "Reviewed" lines and the log as appropriate but that didn't happen. Can this be added after the fact? Brian On Tue, 19 Nov 1996, Brian Behlendorf wrote: > brian 96/11/19 21:12:59 > > Modified:src Configure > Log:

cvs commit: apache/src Configure

1996-11-19 Thread Brian Behlendorf
brian 96/11/19 21:12:59 Modified:src Configure Log: Revision ChangesPath 1.36 +2 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configure,v re

cvs commit: apache/src Configure http_config.h http_config.c http_core.c http_main.c mod_info.c

1996-11-11 Thread Roy Fielding
fielding96/11/11 21:22:10 Modified:src Configure http_config.h http_config.c http_core.c http_main.c mod_info.c Log: Removed the module_names[] and preloaded_module_names[] arrays. All functions now get the name from the module structure and either

cvs commit: apache/src Configure INSTALL

1996-10-24 Thread Jim Jagielski
jim 96/10/24 14:17:36 Modified:src Configure INSTALL Log: Configure changes: streamline code Revision ChangesPath 1.32 +31 -17apache/src/Configure Index: Configure === RCS file: /e

cvs commit: apache/src Configure

1996-10-09 Thread Chuck Murcko
chuck 96/10/09 19:24:39 Modified:src Configure Log: Solaris 2.x needs the resolver library when linking with SOCKS lib. Revision ChangesPath 1.27 +4 -1 apache/src/Configure Index: Configure =

cvs commit: apache/src Configure

1996-10-07 Thread Brian Behlendorf
brian 96/10/07 23:26:32 Modified:src Configure Log: Reviewed by: Rasmus Lerdorf <[EMAIL PROTECTED]>, Jim Jagielski <[EMAIL PROTECTED]>, Ben Laurie <[EMAIL PROTECTED]> Two platforms have busted regex implementations and thus require the regex package bundled with Apac

cvs commit: apache/src Configure

1996-10-01 Thread Chuck Murcko
chuck 96/10/01 07:31:25 Modified:src Configure Log: Make GuessCC work where . is not in $PATH Revision ChangesPath 1.24 +4 -2 apache/src/Configure Index: Configure === RCS file: /ex

cvs commit: apache/src Configure CutRule

1996-09-30 Thread Jim Jagielski
jim 96/09/30 18:04:44 Modified:src Configure CutRule Log: Misc Configure mods Revision ChangesPath 1.23 +6 -6 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/

cvs commit: apache/src Configure

1996-09-27 Thread Brian Behlendorf
brian 96/09/27 19:03:15 Modified:src Configure Log: Don't need DBM libs on BSDI. Revision ChangesPath 1.22 +3 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs

cvs commit: apache/src Configure

1996-09-24 Thread Mark J Cox
mjc 96/09/24 07:33:59 Modified:src Configure Log: No DBM libs needed for Solaris or Irix Revision ChangesPath 1.21 +3 -1 apache/src/Configure Index: Configure === RCS file: /expor

cvs commit: apache/src Configure

1996-09-18 Thread Chuck Murcko
chuck 96/09/18 09:52:49 Modified:src Configure Log: Submitted by: Chuck Murcko Configure fixups for IRIX Revision ChangesPath 1.19 +4 -2 apache/src/Configure Index: Configure ===

cvs commit: apache/src Configure

1996-09-14 Thread Jim Jagielski
jim 96/09/14 12:08:47 Modified:src Configure Log: fix typo Revision ChangesPath 1.18 +2 -2 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configur

cvs commit: apache/src Configure CutRule Makefile.tmpl

1996-09-08 Thread Jim Jagielski
jim 96/09/08 09:14:57 Modified:src Configure CutRule Makefile.tmpl Log: Log: Minor Configure fluff Description: Map RULES to lowercase and work with OLD shell tests Revision ChangesPath 1.15 +9 -9 apache/src/Configure Index: Confi

cvs commit: apache/src Configure

1996-08-17 Thread Chuck Murcko
chuck 96/08/17 10:27:34 Modified:src Configure Log: Submitted by: Chuck Murcko Add missing /; escape "-" as a grep arg ("-lsocks") Revision ChangesPath 1.11 +1 -1 apache/src/Configure Index: Configure

cvs commit: apache/src Configure

1996-08-17 Thread Ben Laurie
ben 96/08/17 07:18:22 Modified:src Configure Log: Add -lcrypt to BSD486. Revision ChangesPath 1.10 +1 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apach

cvs commit: apache/src Configure conf.h util_script.c

1996-08-06 Thread Ben Laurie
ben 96/08/06 11:28:44 Modified:src Configure conf.h util_script.c Log: Submitted by: glen mccready <[EMAIL PROTECTED]> QNX port. Accidentally updated util_script.c - will be reversed in next commit. Revision ChangesPath 1.9 +1 -1 apache/src/Configu

cvs commit: apache/src Configure Makefile.tmpl

1996-08-04 Thread Alexei Kosut
akosut 96/08/04 18:34:26 Modified:src Configure Makefile.tmpl Log: Make the extra space when compling http_bprintf on every OS except SCO5 go away; it's disconcerting. Revision ChangesPath 1.8 +1 -1 apache/src/Configure Index: Configure

cvs commit: apache/src Configure

1996-05-12 Thread Alexei Kosut
akosut 96/05/12 14:51:30 Modified:src Configure Log: Modify Configure to generate *module_names[] with the names of the installed modules when writing modules.c Revision ChangesPath 1.6 +6 -0 apache/src/Configure Index: Configure ===

cvs commit: apache/src Configure INSTALL

1996-03-16 Thread Jim Jagielski
jim 96/03/16 14:58:28 Modified:src Configure INSTALL Log: Revision ChangesPath 1.5 +1 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configur

cvs commit: apache/src Configure

1996-03-16 Thread Jim Jagielski
jim 96/03/16 14:50:16 Modified:src Configure Log: stupid typo Revision ChangesPath 1.4 +1 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Confi