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 <[email protected]>
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 <[email protected]>

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

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  <[email protected]>
+
+       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  <[email protected]>  (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           [email protected]
   Kevin Ryde                   [email protected]
   Kurt D. Zeilenga             [email protected]
+  Maciej Helminiak             [email protected]
   Maciej W. Rozycki            [email protected]
   Manfred Weichel              [email protected]
   Marc Espie                   [email protected]
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