]> granicus.if.org Git - libvpx/commitdiff
configure: default configure log to config.log
authorJames Zern <jzern@google.com>
Thu, 18 Jul 2013 21:17:00 +0000 (14:17 -0700)
committerJames Zern <jzern@google.com>
Thu, 18 Jul 2013 21:17:00 +0000 (14:17 -0700)
this is consistent with autoconf

Change-Id: I1860831693789259ee35d644775653d6a460cc77

.gitignore
README
build/make/configure.sh

index 6bb315b8ac854ad3193881aae5c78e528b15c3c8..a93b6a0f9015d7e257f1b57a19d43000156be6cd 100644 (file)
@@ -16,7 +16,7 @@
 /.install-*
 /.libs
 /Makefile
-/config.err
+/config.log
 /config.mk
 /decode_to_md5
 /decode_to_md5.c
diff --git a/README b/README
index 0475dad791ea51899d97a13c0dfe025f82e23fc4..92cc0742c49d3140fe60cb9088fe5c8cb63d805e 100644 (file)
--- a/README
+++ b/README
@@ -97,7 +97,7 @@ COMPILING THE APPLICATIONS/LIBRARIES:
 
   5. Configuration errors
   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.
 
 SUPPORT
index ee4493d2b5f3b870ba0c7ee66c6fce350a95de38..64ef2e677e77bbc7df5e7eaa79fd577bd09c9de9 100755 (executable)
@@ -75,7 +75,7 @@ Options:
 
 Build options:
   --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]
   --cpu=CPU                   optimize for a specific cpu rather than a family
   --extra-cflags=ECFLAGS      add ECFLAGS to CFLAGS [$CFLAGS]
@@ -1296,7 +1296,7 @@ process_detect() {
 }
 
 enable logging
-logfile="config.err"
+logfile="config.log"
 self=$0
 process() {
     cmdline_args="$@"