[PHP-DEV] Zend build

2001-03-19 Thread Edin Kadribasic
Is there something wrong with build of Zend as of this morning? I get: $ make Making all in Zend make[1]: Entering directory `/data/src/cvs-php/Zend' make[1]: *** No rule to make target `@MAINTAINER_MODE_TRUE@', needed by `Makefile.in'. Stop. make[1]: Leaving directory `/data/src/cvs-php/Zend'

Re: [PHP-DEV] Zend build

2001-03-19 Thread david
> Is there something wrong with build of Zend as of this morning? > > I get: > > $ make > Making all in Zend > make[1]: Entering directory `/data/src/cvs-php/Zend' > make[1]: *** No rule to make target `@MAINTAINER_MODE_TRUE@', needed by > `Makefile.in'. Stop. > make[1]: Leaving directory `/d

Re: [PHP-DEV] Zend build

2001-03-19 Thread Andrei Zmievski
On Mon, 19 Mar 2001, [EMAIL PROTECTED] wrote: > > > > Is there something wrong with build of Zend as of this morning? > > > > I get: > > > > $ make > > Making all in Zend > > make[1]: Entering directory `/data/src/cvs-php/Zend' > > make[1]: *** No rule to make target `@MAINTAINER_MODE_TRUE@',

Re: [PHP-DEV] Zend build

2001-03-19 Thread Alexander Bokovoy
On Mon, Mar 19, 2001 at 01:12:05PM -0600, Andrei Zmievski wrote: > On Mon, 19 Mar 2001, [EMAIL PROTECTED] wrote: > > > > > > > Is there something wrong with build of Zend as of this morning? > > > > > > I get: > > > > > > $ make > > > Making all in Zend > > > make[1]: Entering directory `/data

Re: [PHP-DEV] Zend build

2001-03-19 Thread Andrei Zmievski
On Mon, 19 Mar 2001, Alexander Bokovoy wrote: > PHP4 has no means except AC_OUTPUT() to replace variables in header > files through templates in modules. If I'm using PHP_SUBST and PHP_OUTPUT > then php_midgard.h didn't generated from php_midgard.in. The only way > to generate it is to use AC_OUTP