diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-04 21:41:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-04 21:41:50 -0700 |
commit | ea6cb9c2ea015bfc7744c8749dbf65788d1900bc (patch) | |
tree | f11016cd3e966c7946a3c413a6ac12a6e06c6a66 /ChangeLog | |
parent | 2dc820fa7cbe09e944d7a9b407ecfa555237bfde (diff) | |
download | txr-ea6cb9c2ea015bfc7744c8749dbf65788d1900bc.tar.gz txr-ea6cb9c2ea015bfc7744c8749dbf65788d1900bc.tar.bz2 txr-ea6cb9c2ea015bfc7744c8749dbf65788d1900bc.zip |
* configure: Changes for building on Solaris 10 using the
/usr/bin/xpg4/sh shell. Solaris' /bin/sh does not like test
-e. Adding break to the new shell existence testing loop so we
use the first shell in the list. Solaris wants _XOPEN_SOURCE=500
to reveal certain functions. Fix breakage in the make utility
detection, and also use the $make variable everywhere instead
of make.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-06-04 Kaz Kylheku <kaz@kylheku.com> + * configure: Changes for building on Solaris 10 using the + /usr/bin/xpg4/sh shell. Solaris' /bin/sh does not like test + -e. Adding break to the new shell existence testing loop so we + use the first shell in the list. Solaris wants _XOPEN_SOURCE=500 + to reveal certain functions. Fix breakage in the make utility + detection, and also use the $make variable everywhere instead + of make. + +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 |