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.

joe

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

Reply via email to