Re: cvs commit: apr/build config.guess config.sub

2001-02-19 Thread rbb
On Sun, 18 Feb 2001, Brian Behlendorf wrote: On 18 Feb 2001 [EMAIL PROTECTED] wrote: Import of platform guessing scripts from GNU libtool 1.3.5. These are in CVS because Apache runs on platforms that are not known by the GNU tools (yet). # This file is free software; you can

RE: cvs commit: apr/build config.guess config.sub

2001-02-19 Thread Cliff Woolley
-Original Message- Um... how does this not infect the APR tree with the GPL? My understanding is that we can redistribute the *output* of GNU development tools like this, but not the actual tools themselves. If we can't distribute this file, then we can't use autoconf/libtool.

Re: cvs commit: apr/build config.guess config.sub

2001-02-19 Thread Greg Stein
On Sun, Feb 18, 2001 at 11:49:53PM -0500, Cliff Woolley wrote: -Original Message- Um... how does this not infect the APR tree with the GPL? My understanding is that we can redistribute the *output* of GNU development tools like this, but not the actual tools themselves. If

Re: cvs commit: apr/build config.guess config.sub

2001-02-19 Thread Brian Behlendorf
On Mon, 19 Feb 2001 [EMAIL PROTECTED] wrote: On Sun, 18 Feb 2001, Brian Behlendorf wrote: On 18 Feb 2001 [EMAIL PROTECTED] wrote: Import of platform guessing scripts from GNU libtool 1.3.5. These are in CVS because Apache runs on platforms that are not known by the GNU tools

RE: cvs commit: apr/build config.guess config.sub

2001-02-19 Thread Sander Striker
Oops, sorry, I missed some mails in which you guys already resolved the problem ;-) Ignore previous message, Sander

RE: cvs commit: apr/build config.guess config.sub

2001-02-19 Thread Mo DeJong
On Mon, 19 Feb 2001, Sander Striker wrote: Um... how does this not infect the APR tree with the GPL? My understanding is that we can redistribute the *output* of GNU development tools like this, but not the actual tools themselves. If we can't distribute this file, then we can't

RE: cvs commit: apr/build config.guess config.sub

2001-02-19 Thread Sander Striker
Simple workaround: contact the autoconf/libtool developers and ask them to incorporate the changes. Explain to them that you will need to drop autoconf otherwise and why. Why don't you just submit your patches like everyone else? Ultimatums along the lines of accept this patch or we will

Re: SGI's Accelerating Apache project

2001-02-19 Thread Bill Stoddard
From: Greg Stein [EMAIL PROTECTED] It would actually be quite interesting to see APR ported to build against STM and see what happens when the threaded MPM is thrown against APR/STM. Could this be taken even further and merge APR and NSPR into a single run-time library? There

[PATCH] Add support for ReliantUNIX.

2001-02-19 Thread jean-frederic clere
Hi, I have tested Apache2.0 with a ReliantUNIX machine. This machine has a SVR4 Unix implementation. To compile correctly the -DXTI_SUPPORT should be added to CFLAGS (I have done it when calling configure), and I have added a mkstemp() because it is not in the default runtime library. I have

APR + netware?

2001-02-19 Thread Cliff Woolley
Just out of curiosity, is anyone (presumably someone at Novell) working on a port of APR to Netware? I'm not volunteering or anything, because I know nothing about Netware programming and don't have a box to do it on anyway... I'm just curious. It hadn't dawned on me until today for some

Re: APR + netware?

2001-02-19 Thread rbb
The people at Novell are supposed to be starting a port soon-ish. Ryan On Mon, 19 Feb 2001, Cliff Woolley wrote: Just out of curiosity, is anyone (presumably someone at Novell) working on a port of APR to Netware? I'm not volunteering or anything, because I know nothing about Netware

[PATCH] allow using GNU make on BSDi

2001-02-19 Thread Joe Orton
Hi, This copes with BSDi installations where the default make has been replaced with GNU make: --- configure.in2001/02/18 15:52:12 1.228 +++ configure.in2001/02/19 22:10:05 @@ -920,7 +920,13 @@ dnl case $host_alias in *bsdi*) -INCLUDE_RULES=.include

Re: [PATCH] allow using GNU make on BSDi

2001-02-19 Thread Jeff Trawick
Joe Orton [EMAIL PROTECTED] writes: Hi, This copes with BSDi installations where the default make has been replaced with GNU make: committed; will this work for Apache without making anyone hurl? Index: configure.in === RCS