- libxml.h: fixed an error in last commit
- doc/FAQ.html: added an entry for compilation from CVS
Daniel
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 682bc4c..6d76fb0 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -148,6 +148,11 @@
some platforms the diff return breaks the compilation process, if the diff
is small this is probably not a serious problem</p>
</li>
+ <li><em>I use the CVS version and there is no configure script</em>
+ <p>The configure (and other Makefiles) are generated. Use the autogen.sh
+ script to regenerate the configure and Makefiles, like:</p>
+ <p><code>./autogen.sh --prefix=/usr --disable-shared</code></p>
+ </li>
</ol>
<h2><a name="Developer">Developer</a> corner</h2>