On Tue, Apr 05, 2005 at 09:20:17AM +0100, Joe Orton wrote:

> On Mon, Apr 04, 2005 at 01:35:37AM -0400, Jon Parise wrote:
> > Index: build/build2.mk
> > ===================================================================
> > RCS file: /repository/php-src/build/build2.mk,v
> > retrieving revision 1.35
> > diff -u -r1.35 build2.mk
> > --- build/build2.mk 3 Feb 2005 17:42:42 -0000       1.35
> > +++ build/build2.mk 30 Mar 2005 03:36:08 -0000
> > @@ -32,6 +32,9 @@
> >  
> >  targets = $(TOUCH_FILES) configure $(config_h_in)
> >  
> > +PHP_AUTOCONF ?= 'autoconf'
> > +PHP_AUTOHEADER ?= 'autoheader'
> > +
> 
> I doubt that is portable make syntax.

I only have experience with GNU make and BSD make, and it works under
both of those environments.  Could you suggest a more portable syntax?

-- 
Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/)

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to