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.66-3-g4


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.66-3-g48807a3
Date: Sun, 04 Jul 2010 19:18:29 +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=48807a33943364789669f851be9ddd2bb696b83e

The branch, master has been updated
       via  48807a33943364789669f851be9ddd2bb696b83e (commit)
      from  b33f7cab06c31a1e89602c69588e8bf37fe23ac3 (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 48807a33943364789669f851be9ddd2bb696b83e
Author: Stefano Lattarini <address@hidden>
Date:   Sat Jul 3 22:41:03 2010 +0200

    Fix minor copy&paste leftover in m4sh tests.
    
    * tests/m4sh.at (AS@&address@hidden and AS@&address@hidden): Remove
    useless variables assignements ($var, $vAr, $VAR).
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 894059e..ab4d7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-04  Stefano Lattarini  <address@hidden>
+
+       Fix minor copy&paste leftover in m4sh tests.
+       * tests/m4sh.at (AS@&address@hidden and AS@&address@hidden): Remove
+       useless variables assignements ($var, $vAr, $VAR).
+
 2010-07-04  Ralf Wildenhues  <address@hidden>
 
        Fix testsuite to not trigger Solaris sh for bug.
diff --git a/tests/m4sh.at b/tests/m4sh.at
index 96a2acb..2f79332 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -1194,7 +1194,6 @@ echo AS_TR_CPP($var) AS_TR_CPP($vAr) AS_TR_CPP($VAR)
 echo AS_TR_CPP([$var]) AS_TR_CPP([$vAr]) AS_TR_CPP([$VAR])
 echo AS_TR_CPP([[$var]]) AS_TR_CPP([[$vAr]]) AS_TR_CPP([[$VAR]])
 echo ===
-var=abc vAr=aBc VAR=ABC
 echo AS_TR_SH(`echo abc`) AS_TR_SH(`echo aBc`) AS_TR_SH(`echo ABC`)
 echo AS_TR_SH([`echo abc`]) AS_TR_SH([`echo aBc`]) AS_TR_SH([`echo ABC`])
 echo AS_TR_SH([[`echo abc`]]) AS_TR_SH([[`echo aBc`]]) AS_TR_SH([[`echo ABC`]])


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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