--- codecs.xml.old        2003-03-28 18:42:06.000000000 +0300
+++ codecs.xml        2003-03-28 18:47:03.000000000 +0300
@@ -447,7 +447,8 @@
 <title>INSTALLING XVID CVS</title>
 <para>
 It is currently available only from CVS. Here are the download and
-installation instructions:
+installation instructions (Note: it needs autoconf better than 2.50, automake
+and libtool):
 </para>
 <step><para>
   <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen>
@@ -459,24 +460,24 @@
   <screen>cd xvidcore/build/generic</screen>
   </para></step>
 <step><para>
-  Edit <filename>MakeFile</filename> for your architecture (probably
-  <filename>Makefile.linuxx86</filename>) to fit your needs.
+  <screen>./bootstrap.sh</screen>
   </para></step>
 <step><para>
-  <screen>make -f Makefile.linux</screen>
+  <screen>./configure</screen>
+  Maybe you have to add some options (examine the output of
+  <screen>./configure --help</screen>).
   </para></step>
 <step><para>
-  Copy <filename>divx4.h</filename> and <filename>xvid.h</filename> from
-  <filename class="directory">/usr/local/include/</filename>.
+  <screen>make &amp;&amp; make install</screen>
   </para></step>
 <step><para>
-  Get <filename>encore2.h</filename> and <filename>decore.h</filename> from
-  the DivX4Linux package, and copy them to
+  If you specified <option>--enable-divxcompat</option>,
+  copy <filename>../../src/divx4.h</filename> to
   <filename class="directory">/usr/local/include/</filename>.
   </para></step>
 <step><para>
   Recompile <application>MPlayer</application> with
-  <option>--with-xvidcore=<replaceable>/path/to/libxvidcore.a</replaceable></option>.
+  <option>--with-xvidcore=<replaceable>/path/to/</replaceable>libxvidcore.a</option>.
   </para></step>
 </procedure>
 </sect3>