libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.6-114-g848215b


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-114-g848215b
Date: Sat, 02 May 2009 08:57: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 Libtool".

The branch, master has been updated
       via  848215b440b53cae6979dd5a65ea41e9d5ab5b3d (commit)
      from  26d36541aded9124add202e288a79f3c08242687 (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 848215b440b53cae6979dd5a65ea41e9d5ab5b3d
Author: Ralf Wildenhues <address@hidden>
Date:   Sat May 2 10:55:23 2009 +0200

    Skip localization test when setlocale is not functional.
    
    * tests/localization.at (localized compiler messages): Skip
    test when there is a warning about `LC_ALL'.
    * THANKS: Update.
    Report by Maciej Helminiak.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    8 ++++++++
 THANKS                |    1 +
 tests/localization.at |    3 +++
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 56db8d9..4e3ceb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-02  Ralf Wildenhues  <address@hidden>
+
+       Skip localization test when setlocale is not functional.
+       * tests/localization.at (localized compiler messages): Skip
+       test when there is a warning about `LC_ALL'.
+       * THANKS: Update.
+       Report by Maciej Helminiak.
+
 2009-05-02  Alan Hourihane  <address@hidden>  (tiny change)
 
        Improved support for FreeMiNT.
diff --git a/THANKS b/THANKS
index 2b8ad37..d16133b 100644
--- a/THANKS
+++ b/THANKS
@@ -113,6 +113,7 @@
   Kenneth Albanowski           address@hidden
   Kevin Ryde                   address@hidden
   Kurt D. Zeilenga             address@hidden
+  Maciej Helminiak             address@hidden
   Maciej W. Rozycki            address@hidden
   Manfred Weichel              address@hidden
   Marc Espie                   address@hidden
diff --git a/tests/localization.at b/tests/localization.at
index 119b38d..1d689aa 100644
--- a/tests/localization.at
+++ b/tests/localization.at
@@ -49,6 +49,9 @@ AT_CHECK([$LIBTOOL --mode=compile --tag=CC $CC $CPPFLAGS 
$CFLAGS -c a.c || exit
         [1], [stdout], [stderr])
 LT_AT_NORMALIZE_COMPILER_OUTPUT([stdout], [libtool-stdout])
 LT_AT_NORMALIZE_COMPILER_OUTPUT([stderr], [libtool-stderr])
+# Avoid this error:
+#   /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE)
+AT_CHECK([grep LC_ALL stdout stderr && exit 77], [1])
 AT_CHECK([diff expected-stderr libtool-stderr])
 AT_CHECK([diff expected-stdout libtool-stdout])
 


hooks/post-receive
-- 
GNU Libtool




reply via email to

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