mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
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
This commit is contained in:
parent
7ec9b9beca
commit
19bd477d68
4
configure
vendored
4
configure
vendored
@ -61,7 +61,7 @@ Options: [defaults in brackets after descriptions]
|
|||||||
|
|
||||||
Standard options:
|
Standard options:
|
||||||
--help print this message
|
--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
|
--disable-logging do not log configure debug information
|
||||||
--prefix=PREFIX install in PREFIX [$prefix]
|
--prefix=PREFIX install in PREFIX [$prefix]
|
||||||
--bindir=DIR install binaries in DIR [PREFIX/bin]
|
--bindir=DIR install binaries in DIR [PREFIX/bin]
|
||||||
@ -1440,7 +1440,7 @@ doc_deps="texi2html"
|
|||||||
|
|
||||||
# default parameters
|
# default parameters
|
||||||
|
|
||||||
logfile="config.err"
|
logfile="config.log"
|
||||||
|
|
||||||
# installation paths
|
# installation paths
|
||||||
prefix_default="/usr/local"
|
prefix_default="/usr/local"
|
||||||
|
Loading…
Reference in New Issue
Block a user