Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 53191 invoked by uid 500); 20 Feb 2001 03:12:36 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 53180 invoked from network); 20 Feb 2001 03:12:35 -0000 Date: Mon, 19 Feb 2001 19:09:14 -0800 From: "Roy T. Fielding" To: Jeff Trawick Cc: Joe Orton , dev@apr.apache.org Subject: Re: [PATCH] allow using GNU make on BSDi Message-ID: <20010219190914.C19365@waka.ebuilt.net> Mail-Followup-To: "Roy T. Fielding" , Jeff Trawick , Joe Orton , dev@apr.apache.org References: <20010219221413.A22357@light.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.13-current-20010115i In-Reply-To: ; from trawickj@bellsouth.net on Mon, Feb 19, 2001 at 06:01:44PM -0500 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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 anyone hurl? > > Index: configure.in > =================================================================== > RCS file: /home/cvspublic/httpd-2.0/configure.in,v > retrieving revision 1.123 > diff -u -r1.123 configure.in > --- configure.in 2001/02/18 16:07:31 1.123 > +++ configure.in 2001/02/19 23:01:22 > @@ -274,7 +274,13 @@ > BSD_MAKEFILE=no > case "$host_alias" in > *bsdi*) > - BSD_MAKEFILE=yes;; > + # Check whether they've installed GNU make > + if make --version > /dev/null 2>&1; then > + true > + else > + BSD_MAKEFILE=yes > + fi > + ;; > esac > > AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl,,[