Author: diego Date: Mon Jun 14 17:17:48 2010 New Revision: 31415 Log: Rename configure.log file to the more standard name config.log.
Modified: trunk/DOCS/xml/en/bugreports.xml trunk/DOCS/xml/en/faq.xml trunk/DOCS/xml/en/install.xml Changes in other areas also in this revision: Modified: trunk/ (props changed) trunk/DOCS/tech/dvdnav-howto.txt trunk/DOCS/xml/cs/bugreports.xml trunk/DOCS/xml/cs/faq.xml trunk/DOCS/xml/cs/install.xml trunk/DOCS/xml/de/bugreports.xml trunk/DOCS/xml/de/faq.xml trunk/DOCS/xml/de/install.xml trunk/DOCS/xml/es/bugreports.xml trunk/DOCS/xml/es/faq.xml trunk/DOCS/xml/es/install.xml trunk/DOCS/xml/fr/bugreports.xml trunk/DOCS/xml/fr/faq.xml trunk/DOCS/xml/fr/install.xml trunk/DOCS/xml/hu/bugreports.xml trunk/DOCS/xml/hu/faq.xml trunk/DOCS/xml/hu/install.xml trunk/DOCS/xml/it/bugreports.xml trunk/DOCS/xml/it/faq.xml trunk/DOCS/xml/it/install.xml trunk/DOCS/xml/pl/bugreports.xml trunk/DOCS/xml/pl/faq.xml trunk/DOCS/xml/pl/install.xml trunk/DOCS/xml/ru/bugreports.xml trunk/DOCS/xml/ru/faq.xml trunk/DOCS/xml/ru/install.xml trunk/DOCS/xml/zh_CN/bugreports.xml trunk/Makefile trunk/README trunk/TOOLS/checktree.sh trunk/configure Modified: trunk/DOCS/xml/en/bugreports.xml ============================================================================== --- trunk/DOCS/xml/en/bugreports.xml Mon Jun 14 16:35:57 2010 (r31414) +++ trunk/DOCS/xml/en/bugreports.xml Mon Jun 14 17:17:48 2010 (r31415) @@ -352,10 +352,10 @@ ld -v<!-- <para> If you get errors while running <command>./configure</command>, or autodetection -of something fails, read <filename>configure.log</filename>. You may find the +of something fails, read <filename>config.log</filename>. You may find the answer there, for example multiple versions of the same library mixed on your system, or you forgot to install the development package (those with the -dev -suffix). If you think there is a bug, include <filename>configure.log</filename> +suffix). If you think there is a bug, include <filename>config.log</filename> in your bug report. </para> </sect2> Modified: trunk/DOCS/xml/en/faq.xml ============================================================================== --- trunk/DOCS/xml/en/faq.xml Mon Jun 14 16:35:57 2010 (r31414) +++ trunk/DOCS/xml/en/faq.xml Mon Jun 14 17:17:48 2010 (r31415) @@ -122,7 +122,7 @@ Configure ends with this text, and <appl <screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen> </para></question> <answer><para> -Your gcc isn't installed correctly, check the <filename>configure.log</filename> +Your gcc isn't installed correctly, check the <filename>config.log</filename> file for details. </para></answer> </qandaentry> Modified: trunk/DOCS/xml/en/install.xml ============================================================================== --- trunk/DOCS/xml/en/install.xml Mon Jun 14 16:35:57 2010 (r31414) +++ trunk/DOCS/xml/en/install.xml Mon Jun 14 17:17:48 2010 (r31415) @@ -159,13 +159,13 @@ in <application>MPlayer</application>'s <para> <emphasis role="bold">Always browse the output of</emphasis> <filename>./configure</filename>, and the -<filename>configure.log</filename> file, they contain information about +<filename>config.log</filename> file, they contain information about what will be built, and what will not. You may also want to view <filename>config.h</filename> and <filename>config.mak</filename> files. If you have some libraries installed, but not detected by <filename>./configure</filename>, then check if you also have the proper header files (usually the -dev packages) and their version matches. The -<filename>configure.log</filename> file usually tells you what is missing. +<filename>config.log</filename> file usually tells you what is missing. </para> <para> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
