dave Wed Sep 8 14:05:53 2004 EDT
Modified files:
/phpdoc configure.in
Log:
- Fix reference to non-existent ID "zend" problems. Since missing-ids.xml
was moved into en/ (or other lang dirs) it wasn't being removed properly
before being recreated. Requires autoconf to be rerun!
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.203&r2=1.204&ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.203 phpdoc/configure.in:1.204
--- phpdoc/configure.in:1.203 Wed Aug 4 12:30:59 2004
+++ phpdoc/configure.in Wed Sep 8 14:05:53 2004
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.203 2004/08/04 16:30:59 goba Exp $
+dnl $Id: configure.in,v 1.204 2004/09/08 18:05:53 dave Exp $
dnl autoconf initialisation
AC_INIT()
@@ -807,6 +807,7 @@
dnl create missing-entities.ent and missing-ids.xml
rm -f entities/missing*
+ rm -f $LANGDIR/missing-ids.xml
$PHP -c $INIPATH -q ./scripts/missing-entities.php
else