summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-04 15:06:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-04 15:06:46 -0700
commit2dc820fa7cbe09e944d7a9b407ecfa555237bfde (patch)
tree1a2ff2652fe0f3c38aebfa6d58ee7ef289e035fe /ChangeLog
parent848e5565a06fc206f159f6544fb8fba376381c30 (diff)
downloadtxr-2dc820fa7cbe09e944d7a9b407ecfa555237bfde.tar.gz
txr-2dc820fa7cbe09e944d7a9b407ecfa555237bfde.tar.bz2
txr-2dc820fa7cbe09e944d7a9b407ecfa555237bfde.zip
* configure: Defend against legacy, non-POSIX /bin/sh implementations.
We boostrap using #!/bin/sh, but try to detect a better shell and re-execute the script with that shell. Furthermore, we now set up the SHELL variable in config.make, so that make uses that shell for executing build recipes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f475e77..f977e3bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-04 Kaz Kylheku <kaz@kylheku.com>
+
+ * configure: Defend against legacy, non-POSIX /bin/sh implementations.
+ We boostrap using #!/bin/sh, but try to detect a better shell
+ and re-execute the script with that shell. Furthermore, we now
+ set up the SHELL variable in config.make, so that make uses that
+ shell for executing build recipes.
+
2014-06-03 Kaz Kylheku <kaz@kylheku.com>
* eval.c (eval_lisp1): Function removed.