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.65-37-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-37-gd8004ca
Date: Tue, 23 Feb 2010 05:53:52 +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=d8004ca5f56aaa8ec6864bd8aaa1035d4e1b42ab

The branch, master has been updated
       via  d8004ca5f56aaa8ec6864bd8aaa1035d4e1b42ab (commit)
      from  64deec9dfbddd94b31beab9dd5894536e73bc884 (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 d8004ca5f56aaa8ec6864bd8aaa1035d4e1b42ab
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Feb 23 06:53:09 2010 +0100

    Fix testsuite failures due to setting of $U.
    
    * tests/local.at (_AT_CHECK_ENV): Ignore setting of $U.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index a23101e..ebb686c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-23  Ralf Wildenhues  <address@hidden>
+
+       Fix testsuite failures due to setting of $U.
+       * tests/local.at (_AT_CHECK_ENV): Ignore setting of $U.
+
 2010-02-10  Eric Blake  <address@hidden>
 
        Avoid $U if it is not initialized.
diff --git a/tests/local.at b/tests/local.at
index 58a9069..dcfdf60 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -303,7 +303,7 @@ if test -f state-env.before && test -f state-env.after; then
       [CYGWIN|ISC|MINGW32|MINIX|EMXOS2|XENIX|EXEEXT|OBJEXT],
       [X_(CFLAGS|(EXTRA_|PRE_)?LIBS)|x_(includes|libraries)|(have|no)_x],
       [(host|build|target)(_(alias|cpu|vendor|os))?],
-      [cross_compiling],
+      [cross_compiling|U],
       [interpval|PATH_SEPARATOR],
       [F77_DUMMY_MAIN|f77_(case|underscore)],
       [FC(_DUMMY_MAIN|FLAGS|LIBS|FLAGS_f)?],


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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