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


From: Stepan Kasal
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-309-g2fe86f6
Date: Mon, 26 Nov 2007 09:03:15 +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=2fe86f6854a7e3b42a6efb7499e5a98afc80349e

The branch, master has been updated
       via  2fe86f6854a7e3b42a6efb7499e5a98afc80349e (commit)
      from  ce4ff0376345c1dae710879293c5aa61d96fd446 (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 2fe86f6854a7e3b42a6efb7499e5a98afc80349e
Author: Stepan Kasal <address@hidden>
Date:   Sat Nov 24 00:35:16 2007 +0100

    * lib/autotest/general.m4 (AT_INIT): Do not extract the
    `#AT_STOP_...' line at the end of each test.

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

Summary of changes:
 ChangeLog               |    5 +++++
 lib/autotest/general.m4 |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d6d42ea..60a292d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-24  Stepan Kasal  <address@hidden>
+
+       * lib/autotest/general.m4 (AT_INIT): Do not extract the
+       `#AT_STOP_...' line at the end of each test.
+
 2007-11-23  Ralf Wildenhues  <address@hidden>
 
        * lib/autotest/general.m4 (AT_INIT): For awk line number
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 6fa3f2e..022c56d 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -884,7 +884,7 @@ BEGIN { FS="" }
 }
 /address@hidden:@AT_STOP_/ {
   test = substr ($ 0, 10)
-  print "at_sed" test "=\"1," start "d;" NR "q\""
+  print "at_sed" test "=\"1," start "d;" (NR-1) "q\""
   if (test == "'"$at_group"'") exit
 }' "$at_myself" > "$at_test_source"
 . "$at_test_source"


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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