]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
tests: port to recent libtool diagnostics
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Sep 2015 14:55:52 +0000 (07:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Sep 2015 14:56:28 +0000 (07:56 -0700)
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.

tests/foreign.at

index f895dbf4babce0399129ef48ac3fbfb8bdf9de0a..986062abc70474dfdb0d8f24855dba57e0e3af9f 100644 (file)
@@ -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