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-403


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-403-g70684ed
Date: Tue, 25 Mar 2008 06:04:58 +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=70684ede3e27c97adb03db254b1b589f5fc59e84

The branch, master has been updated
       via  70684ede3e27c97adb03db254b1b589f5fc59e84 (commit)
      from  6a6062d59beb18c18e3f9becf49324e0686b5000 (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 70684ede3e27c97adb03db254b1b589f5fc59e84
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Mar 25 07:01:49 2008 +0100

    Factorize m4 warning output normalization.
    
    * tests/local.at (AT_CHECK_M4): Factorize warning output
    normalization.
    Suggested by Eric Blake.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog      |    6 ++++++
 tests/local.at |    8 +++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1b13d17..c847b35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-25  Ralf Wildenhues  <address@hidden>
+
+       * tests/local.at (AT_CHECK_M4): Factorize warning output
+       normalization.
+       Suggested by Eric Blake.
+
 2008-03-24  Ralf Wildenhues  <address@hidden>
 
        Fix .exe-related test failure on MinGW.
diff --git a/tests/local.at b/tests/local.at
index 33fbf05..0f0ecad 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -106,13 +106,11 @@ m4_define([AT_CHECK_M4],
 [AT_CHECK([$1], [$2], [$3],
           m4_case([$4], [], [], [ignore], [ignore], [stderr]))
 m4_case([$4], [], [], [ignore], [],
-[AT_CHECK([[sed 's/^[^:]*m4: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
-       s/^[^:]*m4\.exe: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
-       s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4: /m4:\1\2 /
+[AT_CHECK([[sed 's/^[^:]*m4[.ex]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
+       s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[.ex]*: /m4:\1\2 /
        s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
        s/: include:\( cannot open\)/:\1/
-       s/^autom4te: [^ ]*m4 /autom4te: m4 /
-       s/^autom4te: [^ ]*m4\.exe /autom4te: m4 /
+       s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
        s/ (E[A-Z]*)$//
     ' stderr >&2]], [0], [], [$4])])
 ])


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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