cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread config.m4

1999-12-22 Thread rbb
rbb 99/12/22 13:24:47 Modified:src/lib/apr configure.in src/modules/mpm/dexter config.m4 src/modules/mpm/mpmt_pthread config.m4 Log: This fixes the bug in my last commit. Apache always caches a value for enable-threads. This allows us to re-confi

cvs commit: apache-2.0/src/modules/mpm/prefork config.m4

1999-12-22 Thread rbb
rbb 99/12/22 12:29:20 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/locks/unix intraproc.c src/lib/apr/misc/unix start.c src/modules/mpm/prefork config.m4 Log: Clean up APR's configure script a bit. This commit also allows

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Sascha Schumann
On Wed, Dec 22, 1999 at 06:27:18PM +, Ben Laurie wrote: > Sascha Schumann wrote: > > > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > > Ryan Bloom wrote: > > > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > > >

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > Ryan Bloom wrote: > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > ben 99/12/22 03:46:36 > > > > > > > > > > Modified:src/lib/apr Ma

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > Ryan Bloom wrote: > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > ben 99/12/22 03:46:36 > > > > > > > > > > Modified:src/lib/apr Ma

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Sascha Schumann
On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > Ryan Bloom wrote: > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > ben 99/12/22 03:46:36 > > > > > > > > Modified:src/lib/apr Makefile.in > > > > Log: > > > > We now li

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Ryan Bloom wrote: > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > [EMAIL PROTECTED] wrote: > > > > > > ben 99/12/22 03:46:36 > > > > > > Modified:src/lib/apr Makefile.in > > > Log: > > > We now link on FreeBSD 2.2.x. > > > > But somewhere recently we've started to require GNU m

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ryan Bloom
On Wed, 22 Dec 1999, Ben Laurie wrote: > [EMAIL PROTECTED] wrote: > > > > ben 99/12/22 03:46:36 > > > > Modified:src/lib/apr Makefile.in > > Log: > > We now link on FreeBSD 2.2.x. > > But somewhere recently we've started to require GNU make. When did that happen? Is it APR o

cvs commit: apache-1.3/src/lib/expat-lite expat_lite.dsw

1999-12-22 Thread stoddard
stoddard99/12/22 04:34:30 Removed: src/lib/expat-lite expat_lite.dsw Log: Win32: Remove .dsw file. It is not needed to build expat on Windows.

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > ben 99/12/22 03:46:36 > > Modified:src/lib/apr Makefile.in > Log: > We now link on FreeBSD 2.2.x. But somewhere recently we've started to require GNU make. Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm http:/

cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread ben
ben 99/12/22 03:46:36 Modified:src/lib/apr Makefile.in Log: We now link on FreeBSD 2.2.x. Revision ChangesPath 1.15 +1 -0 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in === RCS f

cvs commit: apache-2.0 STATUS

1999-12-22 Thread manoj
manoj 99/12/21 22:20:12 Modified:.STATUS Log: I don't have to get up before 2PM for almost 2 weeks! Revision ChangesPath 1.24 +4 -4 apache-2.0/STATUS Index: STATUS === RCS file: /

cvs commit: apache-2.0/src Configure

1999-12-22 Thread manoj
manoj 99/12/21 22:03:56 Modified:src Configure Log: Add a temporary ultrahack to make building easier for people jumping into Apache 2.0 that aren't messing with the configuration system. Submitted by: Chris Costello <[EMAIL PROTECTED]> (partially) Revision Change

cvs commit: apache-2.0/src buildconf

1999-12-22 Thread manoj
manoj 99/12/21 19:16:38 Modified:src buildconf Log: --include-deps only seems to take advantage of pregenerated dependencies, and makes the build process refuse to generate them, so this removes it. It should be used when making a distribution, though. Revision Chang