diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-16 18:41:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-16 18:41:26 +0000 |
commit | 19bd477d6890dfe4873e73a121cdfd60f5f00b0a (patch) | |
tree | 55effa0cf07fd990017e14bf6ef0de33941db64c | |
parent | 7ec9b9beca13f617c1464444df3707ce2c619906 (diff) | |
download | ffmpeg-19bd477d6890dfe4873e73a121cdfd60f5f00b0a.tar.gz |
Name the default configure log filename as "config.log" rather than
"config.err". The former name was misleading, as the file contains
useful information not necessarily related to errors.
Originally committed as revision 23630 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ Options: [defaults in brackets after descriptions] Standard options: --help print this message - --logfile=FILE log tests and output to FILE [config.err] + --logfile=FILE log tests and output to FILE [config.log] --disable-logging do not log configure debug information --prefix=PREFIX install in PREFIX [$prefix] --bindir=DIR install binaries in DIR [PREFIX/bin] @@ -1440,7 +1440,7 @@ doc_deps="texi2html" # default parameters -logfile="config.err" +logfile="config.log" # installation paths prefix_default="/usr/local" |