]> git.kaiwu.me - nginx.git/commitdiff
Configure: style fixes for autoconf.err.
authorPiotr Sikora <piotrsikora@google.com>
Sat, 24 Oct 2015 01:21:33 +0000 (18:21 -0700)
committerPiotr Sikora <piotrsikora@google.com>
Sat, 24 Oct 2015 01:21:33 +0000 (18:21 -0700)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
auto/endianness
auto/types/uintptr_t

index 93da2f80d996c8a20c83d72d34aa09a0daac84ae..70b0a106cd647d2279f4ae771989976e5f4942f2 100644 (file)
@@ -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
index f3cdccb2274314e7210c18cc16315dd247a248a8..2b7212ebed6582474c13c59575965329fb655f60 100644 (file)
@@ -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