autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, branch-2.59, updated. 6ab69


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, branch-2.59, updated. 6ab69032fba864d21557af4649d0fb5352dae6c5
Date: Mon, 24 Mar 2008 21:35:21 +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=6ab69032fba864d21557af4649d0fb5352dae6c5

The branch, branch-2.59 has been updated
       via  6ab69032fba864d21557af4649d0fb5352dae6c5 (commit)
      from  d651cc9985762e77244ef1575477d5c3889e5e31 (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 6ab69032fba864d21557af4649d0fb5352dae6c5
Author: Eric Blake <address@hidden>
Date:   Wed Dec 12 14:41:53 2007 -0700

    Fix spurious testsuite failure with M4 1.4.11.
    
    * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 40e9fd5..6b6b480 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-12  Eric Blake  <address@hidden>
+
+       Fix spurious testsuite failure with M4 1.4.11.
+       * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
+
 2006-10-26  Eric Blake  <address@hidden>
 
        * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
diff --git a/tests/local.at b/tests/local.at
index 0ac5d64..be827d9 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -34,11 +34,16 @@ AT_TESTED([autom4te autoconf autoheader autoupdate 
autoreconf ifnames])
 # AT_CHECK_AUTOM4TE(FLAGS, [EXIT-STATUS = 0], STDOUT, STDERR)
 # -----------------------------------------------------------
 # If stderr is specified, normalize the observed stderr.
-# This (using GNU M4 1.4.6 or later)
+# This (using GNU M4 1.4.6)
 #
 #  /usr/local/bin/m4:script.4s:1: cannot open `foo': No such file or directory
 #  autom4te: /usr/local/bin/m4 failed with exit status: 1
 #
+# or this (GNU M4 1.4.11)
+#
+#  /usr/local/bin/m4:script.4s:1: include: cannot open `foo': No such file or 
directory
+#  autom4te: /usr/local/bin/m4 failed with exit status: 1
+#
 # or this (GNU M4 1.4 installed as gm4)
 #
 #  script.4s:1: /usr/local/bin/gm4: Cannot open foo: No such file or directory
@@ -57,6 +62,7 @@ AT_TESTED([autom4te autoconf autoheader autoupdate autoreconf 
ifnames])
 #
 # and
 #     m4:(file):(line): Cannot open foo:
+# or  m4:(file):(line): include: cannot open `foo':
 # to  m4:(file):(line): cannot open `foo':
 #
 # and
@@ -67,7 +73,8 @@ m4_define([AT_CHECK_AUTOM4TE],
 m4_ifval([$4],
 [AT_CHECK([[sed 's/^[^:]*m4: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
        s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4: /m4:\1\2 /
-       s/^\(m4:[^:]*:[0-9][0-9]*: \)C\(annot open \)\([^`:]*\):/\1c\2`\3'\'':/
+       s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
+       s/: include:\( cannot open\)/:\1/
        s/^autom4te: [^ ]*m4 /autom4te: m4 /
        s/^autom4te: [^ ]*m4\.exe /autom4te: m4 /
        s/ (E[A-Z]*)$//


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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