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


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-372-gcd4eae6
Date: Tue, 04 Mar 2008 06:39:27 +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=cd4eae6962f6d11b3d07349d78b88b4dfc4ede90

The branch, master has been updated
       via  cd4eae6962f6d11b3d07349d78b88b4dfc4ede90 (commit)
      from  af562c9a73b817c43d1d5732b2582b9c93f0dbf9 (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 cd4eae6962f6d11b3d07349d78b88b4dfc4ede90
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Mar 4 07:36:58 2008 +0100

    * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.

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

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

diff --git a/ChangeLog b/ChangeLog
index bfeb1de..0bb35a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-04  Ralf Wildenhues  <address@hidden>
+
+       * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
+
 2008-03-03  Ralf Wildenhues  <address@hidden>
 
        autoreconf -m now honors $MAKE.
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 939119a..e8ca1dd 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -702,10 +702,10 @@ m4_divert_push([TESTS_BEGIN])dnl
 
 # Take any -C into account.
 if $at_change_dir ; then
-  if test x- = x$"at_dir" ; then
+  if test x- = "x$at_dir" ; then
     at_dir=./-
   fi
-  test x != x"$at_dir" && cd "$at_dir" \
+  test x != "x$at_dir" && cd "$at_dir" \
     || AS_ERROR([unable to change directory])
   at_dir=`pwd`
 fi


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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