Merge "configure: default configure log to config.log"

This commit is contained in:
James Zern 2013-07-22 12:55:29 -07:00 committed by Gerrit Code Review
commit 32bca36f51
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -16,7 +16,7 @@
/.install-* /.install-*
/.libs /.libs
/Makefile /Makefile
/config.err /config.log
/config.mk /config.mk
/decode_to_md5 /decode_to_md5
/decode_to_md5.c /decode_to_md5.c

2
README
View File

@ -97,7 +97,7 @@ COMPILING THE APPLICATIONS/LIBRARIES:
5. Configuration errors 5. Configuration errors
If the configuration step fails, the first step is to look in the error log. If the configuration step fails, the first step is to look in the error log.
This defaults to config.err. This should give a good indication of what went This defaults to config.log. This should give a good indication of what went
wrong. If not, contact us for support. wrong. If not, contact us for support.
SUPPORT SUPPORT

View File

@ -75,7 +75,7 @@ Options:
Build options: Build options:
--help print this message --help print this message
--log=yes|no|FILE file configure log is written to [config.err] --log=yes|no|FILE file configure log is written to [config.log]
--target=TARGET target platform tuple [generic-gnu] --target=TARGET target platform tuple [generic-gnu]
--cpu=CPU optimize for a specific cpu rather than a family --cpu=CPU optimize for a specific cpu rather than a family
--extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS] --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
@ -1304,7 +1304,7 @@ process_detect() {
} }
enable logging enable logging
logfile="config.err" logfile="config.log"
self=$0 self=$0
process() { process() {
cmdline_args="$@" cmdline_args="$@"