[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-26 Thread Roman Neuhauser
urance Team Mailing List <[EMAIL PROTECTED]> > Subject: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process > > At 09:43 7/25/2002 +0200, Sascha Schumann wrote: > > > >> Maybe even comment on the MAKE env variable, I think it'll be OK. > > > >

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Melvyn Sopacua
At 15:08 7/25/2002 +0200, Sascha Schumann wrote: > > With buildconf you get the error in build/build2.mk, cause buildconf > has the > > same issue. > > Is it so hard to simply accept that you need to type "make" > instead of "gmake" or "unset MAKE" when building PHP? In my case - yes. S

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Sascha Schumann
> With buildconf you get the error in build/build2.mk, cause buildconf has the > same issue. Is it so hard to simply accept that you need to type "make" instead of "gmake" or "unset MAKE" when building PHP? - Sascha -- PHP Development Mailing List To unsubscr

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Sascha Schumann
> So now I either need to adjust my environment, or patch configure.in, to check > for GNU make, rather then just plain assume BSD make. Install GNU make as "gmake" as every other BSD system and be done with it. - Sascha -- PHP Development Mailing List To uns

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Melvyn Sopacua
At 09:43 7/25/2002 +0200, Sascha Schumann wrote: > > Maybe even comment on the MAKE env variable, I think it'll be OK. > > Why do you want to remove existing and working functionality? Because it's only working, when using BSD make. The case statement in configure.in just plain assumes "whe