autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-293


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-293-gc197177
Date: Fri, 16 Nov 2007 06:49:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=c19717746bb8b43a61e5a472b4d1b898a6fb9d32

The branch, master has been updated
       via  c19717746bb8b43a61e5a472b4d1b898a6fb9d32 (commit)
      from  94296894f03e5781290a204ddbd76353466ab6ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c19717746bb8b43a61e5a472b4d1b898a6fb9d32
Author: Ralf Wildenhues <address@hidden>
Date:   Fri Nov 16 07:48:55 2007 +0100

    Indentation fixups.
    
    * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
    indentation.
    (_AT_CHECK): Use less indentation, to save space.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    7 +++++++
 lib/autotest/general.m4 |   19 +++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aa4282d..ddfd871 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-16  Ralf Wildenhues  <address@hidden>
+
+       Indentation fixups.
+       * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
+       indentation.
+       (_AT_CHECK): Use less indentation, to save space.
+
 2007-11-15  Ralf Wildenhues  <address@hidden>
 
        Add witness macro for @top_build_prefix@ substitution.
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index fd39ae9..e50f0f8 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -268,7 +268,7 @@ at_func_filter_trace ()
 at_func_log_failure ()
 {
   for file
-   do AS_ECHO(["$file:"]); sed 's/^/> /' "$file"; done
+    do AS_ECHO(["$file:"]); sed 's/^/> /' "$file"; done
   echo 1 > "$at_status_file"
   exit 1
 }
@@ -1678,22 +1678,21 @@ AS_ECHO(["$at_srcdir/AT_LINE: AS_ESCAPE([$1])"])
 echo AT_LINE >"$at_check_line_file"
 
 if _AT_DECIDE_TRACEABLE([$1]); then
-    ( $at_traceon; $1 ) >"$at_stdout" 2>"$at_stder1"
-    at_func_filter_trace $?
+  ( $at_traceon; $1 ) >"$at_stdout" 2>"$at_stder1"
+  at_func_filter_trace $?
 else
-    ( :; $1 ) >"$at_stdout" 2>"$at_stderr"
+  ( :; $1 ) >"$at_stdout" 2>"$at_stderr"
 fi
 at_status=$?
 at_failed=false
 m4_ifdef([AT_DIFF_STDERR($4)], [m4_indir([AT_DIFF_STDERR($4)])],
-        [echo >>"$at_stderr"; 
AS_ECHO(["m4_ifval([$7],[AS_ESCAPE([$4])],[$4])"]) | \
-         $at_diff - "$at_stderr" || at_failed=:])
+  [echo >>"$at_stderr"; AS_ECHO(["m4_ifval([$7],[AS_ESCAPE([$4])],[$4])"]) | \
+  $at_diff - "$at_stderr" || at_failed=:])
 m4_ifdef([AT_DIFF_STDOUT($3)], [m4_indir([AT_DIFF_STDOUT($3)])],
-        [echo >>"$at_stdout"; 
AS_ECHO(["m4_ifval([$7],[AS_ESCAPE([$3])],[$3])"]) | \
-         $at_diff - "$at_stdout" || at_failed=:])
+  [echo >>"$at_stdout"; AS_ECHO(["m4_ifval([$7],[AS_ESCAPE([$3])],[$3])"]) | \
+  $at_diff - "$at_stdout" || at_failed=:])
 m4_if([$2], [ignore], [at_func_check_skip],
-      [at_func_check_status m4_default([$2], [0])]) dnl
-     $at_status "$at_srcdir/AT_LINE"
+  [at_func_check_status m4_default([$2], [0])]) $at_status "$at_srcdir/AT_LINE"
 AS_IF($at_failed, [$5], [$6])
 $at_failed && at_func_log_failure AT_capture_files
 $at_traceon


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]