summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-04 21:41:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-04 21:41:50 -0700
commitea6cb9c2ea015bfc7744c8749dbf65788d1900bc (patch)
treef11016cd3e966c7946a3c413a6ac12a6e06c6a66 /ChangeLog
parent2dc820fa7cbe09e944d7a9b407ecfa555237bfde (diff)
downloadtxr-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f977e3bf..ac69d95f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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