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


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-404-g50be220
Date: Tue, 25 Mar 2008 06:41:36 +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=50be220a2af20611adafd55f26655e7c7ecd92d4

The branch, master has been updated
       via  50be220a2af20611adafd55f26655e7c7ecd92d4 (commit)
      from  70684ede3e27c97adb03db254b1b589f5fc59e84 (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 50be220a2af20611adafd55f26655e7c7ecd92d4
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Mar 25 07:35:29 2008 +0100

    * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index c847b35..4ec5b15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-03-25  Ralf Wildenhues  <address@hidden>
 
+       * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
+
        * tests/local.at (AT_CHECK_M4): Factorize warning output
        normalization.
        Suggested by Eric Blake.
diff --git a/tests/autotest.at b/tests/autotest.at
index 3ba3ebf..48bd319 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -512,13 +512,13 @@ MY_VAR="odd;  'string"
 export MY_VAR
 dnl Also populate enough of atlocal to do what atconfig normally does.
 at_testdir=.
-abs_builddir=`pwd`
+abs_builddir='`pwd`'
 at_srcdir=.
-abs_srcdir=`pwd`
+abs_srcdir='`pwd`'
 at_top_srcdir=.
-abs_top_srcdir=`pwd`
+abs_top_srcdir='`pwd`'
 at_top_build_prefix=
-abs_top_builddir=`pwd`
+abs_top_builddir='`pwd`'
 EOF
 ])
 AT_CHECK([$CONFIG_SHELL ./micro-suite], [0], [ignore])


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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