aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-16 16:34:56 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-16 16:34:56 -0500
commitd0f104991b9e6134f04bc674af115bc288c9e137 (patch)
tree9b56d4988d55ac78419223d04f30ae632e82d879 /ChangeLog
parent408cfae9ecf4ec3a586fc50a31a8f05a218b004d (diff)
Allow environment to specify a shell for running config.guess
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfc175c..bd0955e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,12 @@
* configure.ac: Remove experimental support for propagating
CONFIG_SHELL to scripts in the source directory.
+ * runtest.exp: Use CONFIG_SHELL or SHELL environment variable when
+ running config.guess. Check the result carefully and stop with an
+ error immediately if running config.guess does not produce
+ something that plausibly resembles a triplet. Advise the user
+ that SHELL or CONFIG_SHELL may need to be set in the environment.
+
2021-04-15 Jacob Bachmeyer <jcb@gnu.org>
PR47382