> AC_ARG_WITH(zendapi, > [ --with-zendapi=[DIR] Look for ZendAPI documentation in the specified directory], > [ > - if test -f "$withval/Extending_Zend.xml" ; then > + if test -f "$withval/manual.xml" ; then > ZENDAPI=$withval > fi > ],[ > - echo "<!ENTITY zend.api SYSTEM \"$ZENDAPI/Extending_Zend.xml\">" >> entities/chapters.ent > + echo "<!ENTITY zendapi.toc SYSTEM \"$ZENDAPI/Extending_Zend.xml\">" >> entities/chapters.ent
I don't understand if Extending_Zend.xml is still there, and it is the TOC file, then why to check for manual.xml in that dir in the test section? Goba
