goba Wed Aug 4 12:30:59 2004 EDT
Modified files: /phpdoc configure.in /phpdoc/dsssl phpweb.dsl.in Log: work around the workaround to make the next Hebrew build contain proper links
This broke all links in the manual, see: http://www.php.net/manual/ar/index.functions.php
they all contain @LANGWEB@ instead of "ar".
Not if you do an 'autoconf' before building. Since I have modified configure.in, the modifications are only taken over to the configure script, if you run autoconf. Since there is an AC_SUBST(LANGWEB) in configure.in, this new var should be replaced by its value.
Goba