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


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-394-gdf69b34
Date: Thu, 20 Mar 2008 19:59:08 +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=df69b34ff9acef15fd416c0ca8960b0b02116921

The branch, master has been updated
       via  df69b34ff9acef15fd416c0ca8960b0b02116921 (commit)
      from  4947246107edcb6d9ae46aae470b849fdc3bfa11 (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 df69b34ff9acef15fd416c0ca8960b0b02116921
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Mar 20 20:56:49 2008 +0100

    Skip whitespace test if aclocal is not present.
    
    * tests/tools.at (autotools and whitespace in file names): Skip
    if aclocal is not present.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 8c653f8..9d73089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-20  Ralf Wildenhues  <address@hidden>
+
+       * tests/tools.at (autotools and whitespace in file names): Skip
+       if aclocal is not present.
+
 2008-03-20  Eric Blake  <address@hidden>
 
        Sync GNUmakefile with gnulib.
diff --git a/tests/tools.at b/tests/tools.at
index 1b3dca5..2e50180 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -2,7 +2,7 @@
 
 AT_BANNER([Executables (autoheader, autoupdate...).])
 
-# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007 Free Software
+# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007, 2008 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -984,6 +984,9 @@ AT_CLEANUP
 
 AT_SETUP([autotools and whitespace in file names])
 
+# We use aclocal.
+AT_CHECK([aclocal --version || exit 77], [], [ignore], [ignore])
+
 x=
 export x
 rm -f a b


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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