summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.