From 19bd477d6890dfe4873e73a121cdfd60f5f00b0a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 16 Jun 2010 18:41:26 +0000 Subject: [PATCH] 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 70ad8a5700..4f6bb0aac1 100755 --- a/configure +++ b/configure @@ -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"