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


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-402-g6a6062d
Date: Mon, 24 Mar 2008 14:40:24 +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=6a6062d59beb18c18e3f9becf49324e0686b5000

The branch, master has been updated
       via  6a6062d59beb18c18e3f9becf49324e0686b5000 (commit)
      from  ec3a1f226962226fcec8d74419dfe2d11e585149 (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 6a6062d59beb18c18e3f9becf49324e0686b5000
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Mar 24 15:38:49 2008 +0100

    Fix .exe-related test failure on MinGW.
    
    * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
    for comparing warning output.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog      |    4 ++++
 tests/local.at |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fc99ae6..1b13d17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-03-24  Ralf Wildenhues  <address@hidden>
 
+       Fix .exe-related test failure on MinGW.
+       * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
+       for comparing warning output.
+
        Fix Fortran testsuite failures with gfortran 4.3.
        * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
        verbose compiler output, skip lines that set variables; gfortran
diff --git a/tests/local.at b/tests/local.at
index fce3eb3..33fbf05 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -107,6 +107,7 @@ m4_define([AT_CHECK_M4],
           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 /
        s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
        s/: include:\( cannot open\)/:\1/


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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