changeset 20689:ac12fbccafae

Unify ./configure script handling
author torinthiel
date Sun, 05 Nov 2006 15:11:04 +0000
parents d91fa373b66b
children e59a69bdff75
files DOCS/xml/en/codecs.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml	Sun Nov 05 15:10:05 2006 +0000
+++ b/DOCS/xml/en/codecs.xml	Sun Nov 05 15:11:04 2006 +0000
@@ -102,7 +102,7 @@
 <para>
 <application>MPlayer</application> contains
 <systemitem class="library">libavcodec</systemitem>.
-Just run <filename>configure</filename> and compile.
+Just run <filename>./configure</filename> and compile.
 </para>
 
 </sect2>
@@ -310,7 +310,7 @@
   <systemitem class="library">x264</systemitem> support is easy.
   Just run the standard:
   <screen>./configure &amp;&amp; make &amp;&amp; sudo make install</screen>
-  The configure script will autodetect that you have satisfied the
+  The <filename>./configure</filename> script will autodetect that you have satisfied the
   requirements for <systemitem class="library">x264</systemitem>.
 </para>
 </sect3>
@@ -435,7 +435,7 @@
 
 <para>
 If you have a proper installation of <systemitem class="library">libmad</systemitem>,
-<filename>configure</filename>
+<filename>./configure</filename>
 will notice and support for MPEG audio decoding via
 <systemitem class="library">libmad</systemitem> will be built automatically.
 </para>
@@ -469,7 +469,7 @@
 If you use gcc 3.2 which fails to compile our internal FAAD or want to use
 the external library for some other reason, download the library from the
 <ulink url="http://www.audiocoding.com/modules/mydownloads/">download page</ulink>
-and pass <option>--enable-faad-external</option> to <filename>configure</filename>.
+and pass <option>--enable-faad-external</option> to <filename>./configure</filename>.
 You do not need all of faad2 to decode AAC files, libfaad is enough. Build
 it like this:
 <screen>