diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-04 15:06:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-04 15:06:46 -0700 |
commit | 2dc820fa7cbe09e944d7a9b407ecfa555237bfde (patch) | |
tree | 1a2ff2652fe0f3c38aebfa6d58ee7ef289e035fe /ChangeLog | |
parent | 848e5565a06fc206f159f6544fb8fba376381c30 (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |