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.63-144-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-144-ga4ca1ca
Date: Fri, 31 Oct 2008 00:51:33 +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=a4ca1ca2669e1f73d10aec9674b84461d81dd431

The branch, master has been updated
       via  a4ca1ca2669e1f73d10aec9674b84461d81dd431 (commit)
      from  10d26aa4a89453983b553932919df78ab73871d6 (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 a4ca1ca2669e1f73d10aec9674b84461d81dd431
Author: Eric Blake <address@hidden>
Date:   Thu Oct 30 18:50:39 2008 -0600

    Fix LINENO testsuite failure.
    
    * tests/m4sh.at (AT_DATA_LINENO): Use AS_LINENO_PREPARE, not
    undocumented _AS_PREPARE, and move unset earlier in script.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index b1be7a5..457d711 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-10-30  Eric Blake  <address@hidden>
 
+       Fix LINENO testsuite failure.
+       * tests/m4sh.at (AT_DATA_LINENO): Use AS_LINENO_PREPARE, not
+       undocumented _AS_PREPARE, and move unset earlier in script.
+
        Update LINENO documentation.
        * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
        (Special Shell Variables) <LINENO>: Mention that LINENO support in
diff --git a/tests/m4sh.at b/tests/m4sh.at
index e90e231..55363d8 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -52,10 +52,12 @@ AT_CHECK([test -n "${ZSH_VERSION+set}" && exit 77], ignore)
 m4_define([AT_DATA_LINENO],
 [AT_DATA([$1.tas],
 [[AS@&address@hidden
+m4@&address@hidden([0], [
 if $2; then
   AS@&address@hidden([LINENO])
 fi
-_AS@&address@hidden
+])
+AS@&address@hidden
 echo "Line: $3"
 grep 'Line: .*$4' "$[0]" >/dev/null ||
   AS@&address@hidden([cannot find original script])


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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