goba Wed Jul 17 06:37:15 2002 EDT Modified files: /phpdoc configure.in Log: Let configure find the iso entities here in phpdoc, instead of the phpdoc-tools folder. After a fresh update, now windows users can delete the iso-entities from "phpdoc-tools". Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.156 phpdoc/configure.in:1.157 --- phpdoc/configure.in:1.156 Sun Jul 14 08:46:09 2002 +++ phpdoc/configure.in Wed Jul 17 06:37:13 2002 @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.156 2002/07/14 12:46:09 goba Exp $ +dnl $Id: configure.in,v 1.157 2002/07/17 10:37:13 goba Exp $ dnl autoconf initialisation AC_INIT() @@ -395,9 +395,9 @@ fi dnl iso-ents catalog file -if test -e ../phpdoc-tools/iso-entities/catalog +if test -e $srcdir/entities/ISO/catalog then - CATALOG="$CATALOG -c ../phpdoc-tools/iso-entities/catalog" + CATALOG="$CATALOG -c $srcdir/entities/ISO/catalog" fi dnl dsssl catalog file
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php