[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 \"$apr_builders/r

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 ===

Re: [PATCH] allow using GNU make on BSDi

2001-02-20 Thread Roy T. Fielding
I think you need to use the special MAKE variable as defined by the AC_PROG_MAKE_SET macro, but otherwise it looks fine. The real test is to see if it works for Ben Laurie's machine. Roy On Mon, Feb 19, 2001 at 06:01:44PM -0500, Jeff Trawick wrote: > will this work for Apache without making a

Re: [PATCH] allow using GNU make on BSDi

2001-02-20 Thread Greg Stein
On Mon, Feb 19, 2001 at 06:01:44PM -0500, Jeff Trawick wrote: > 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? I woul