>   removed $PWD from the funcindex.xml path
>
> Index: phpdoc/configure.in
> diff -u phpdoc/configure.in:1.122 phpdoc/configure.in:1.123
> --- phpdoc/configure.in:1.122 Sun Jan 27 06:51:01 2002
> +++ phpdoc/configure.in Mon Jan 28 12:10:12 2002
> @@ -1,4 +1,4 @@
> -dnl $Id: configure.in,v 1.122 2002/01/27 11:51:01 phanto Exp $
> +dnl $Id: configure.in,v 1.123 2002/01/28 17:10:12 phanto Exp $
>
>  dnl autoconf initialisation
>  AC_INIT()
> @@ -666,7 +666,7 @@
>    DEPEND_FILES="$DEPEND_FILES $file"
>    echo "<!ENTITY $name     SYSTEM \"$file\">" >> entities/chapters.ent
>  done
> -echo "<!ENTITY global.function-index  SYSTEM \"$PWD/funcindex.xml\">" >>
entities/chapters.ent
> +echo "<!ENTITY global.function-index  SYSTEM \"./funcindex.xml\">" >>
entities/chapters.ent

Will this be right for the online build system. It generated
the file in some other dir, than the current, isn't it?

Goba


Reply via email to