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.69-146-


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-146-g244d3f9
Date: Sat, 05 Sep 2015 14:56:32 +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=244d3f9acb92e08b40699c572d15c44999bd41f2

The branch, master has been updated
       via  244d3f9acb92e08b40699c572d15c44999bd41f2 (commit)
      from  57ec362325a9b58d719c834d06653cfa7e2aa894 (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 244d3f9acb92e08b40699c572d15c44999bd41f2
Author: Paul Eggert <address@hidden>
Date:   Sat Sep 5 07:55:52 2015 -0700

    tests: port to recent libtool diagnostics
    
    Problem reported by Christian Fafard in:
    http://lists.gnu.org/archive/html/bug-autoconf/2015-09/msg00009.html
    * tests/foreign.at (libtool): Run the scripts in the C locale,
    so that we need not worry about localized quotes in their output.

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

Summary of changes:
 tests/foreign.at |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/foreign.at b/tests/foreign.at
index f895dbf..986062a 100644
--- a/tests/foreign.at
+++ b/tests/foreign.at
@@ -49,10 +49,10 @@ AT_DATA([configure.ac],
 AC_CONFIG_AUX_DIR([.])
 AC_PROG_LIBTOOL
 ]])
-AT_CHECK([libtoolize -i], [0], [stdout], [ignore])
+AT_CHECK([LC_ALL=C libtoolize -i], [0], [stdout], [ignore])
 
 # Some broken libtoolize fail to install a functional config.guess.
-AT_CHECK([./config.guess || exit 77], [], [ignore], [ignore])
+AT_CHECK([LC_ALL=C ./config.guess || exit 77], [], [ignore], [ignore])
 
 # Make sure at-path contains something valid, and let the test suite
 # display it when verbose.  And fail, skipping would too easily hide


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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