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@', needed by
> > `Makefile.in'. Stop.
> > make[1]: Leaving directory `/data/src/cvs-php/Zend'
> > make: *** [all-recursive] Error 1
> >
> > I tried clean checkout of PHP & Zend, ./buildconf, ./configure, make but got
> > the exact same error message.
>
> same for me, please fix it ASAP...
This is due to change made to ext/midgard/config.m4, from version 1.14
to version 1.15:
Index: ext/midgard/config.m4
===================================================================
RCS file: /repository/php4/ext/midgard/config.m4,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ext/midgard/config.m4 2001/03/19 07:04:56 1.14
+++ ext/midgard/config.m4 2001/03/19 07:37:00 1.15
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.14 2001/03/19 07:04:56 ab Exp $
+dnl $Id: config.m4,v 1.15 2001/03/19 07:37:00 ab Exp $
dnl Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
dnl Copyright (C) 2000 The Midgard Project ry
@@ -72,6 +72,6 @@
else
MIDCONFIG_FILE="php_config.h"
fi
- PHP_SUBST(MIDCONFIG_FILE)
- PHP_OUTPUT(php_midgard.h)
+ PHP_SUBST_OLD(MIDCONFIG_FILE)
+ AC_OUTPUT(php_midgard.h, [], [])
fi
Whoever maintains this module, please fix it.
-Andrei
* We reason deeply, when we forcibly feel. *
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]