[PATCH] Configure: style fixes for autoconf.err

Piotr Sikora piotrsikora at google.com
Sat Oct 24 23:26:26 UTC 2015


# HG changeset patch
# User Piotr Sikora <piotrsikora at google.com>
# Date 1445649693 25200
#      Fri Oct 23 18:21:33 2015 -0700
# Node ID 960c335482a516878355bd42b0c8cf58aa112703
# Parent  84b5500257121c6bd3e1c0e778cfde8915bf3fcc
Configure: style fixes for autoconf.err.

Signed-off-by: Piotr Sikora <piotrsikora at google.com>

diff -r 84b550025712 -r 960c335482a5 auto/endianness
--- a/auto/endianness
+++ b/auto/endianness
@@ -4,8 +4,13 @@
 
 
 echo $ngx_n "checking for system byte ordering ...$ngx_c"
-echo >> $NGX_ERR
-echo "checking for system byte ordering" >> $NGX_ERR
+
+cat << END >> $NGX_AUTOCONF_ERR
+
+----------------------------------------
+checking for system byte ordering
+
+END
 
 
 cat << END > $NGX_AUTOTEST.c
diff -r 84b550025712 -r 960c335482a5 auto/types/uintptr_t
--- a/auto/types/uintptr_t
+++ b/auto/types/uintptr_t
@@ -4,8 +4,13 @@
 
 
 echo $ngx_n "checking for uintptr_t ...$ngx_c"
-echo >> $NGX_AUTOCONF_ERR
-echo "checking for uintptr_t" >> $NGX_AUTOCONF_ERR
+
+cat << END >> $NGX_AUTOCONF_ERR
+
+----------------------------------------
+checking for uintptr_t
+
+END
 
 found=no
 



More information about the nginx-devel mailing list