diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-16 19:13:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-16 19:13:01 -0700 |
commit | 3cdd67db736815caafc8007df6930777691316a4 (patch) | |
tree | c7457dca97de8c6656525040bb53d7930be52b7a /ChangeLog | |
parent | 477eb2cd965f8f7151cc21e04fe60dd09d703585 (diff) | |
download | txr-3cdd67db736815caafc8007df6930777691316a4.tar.gz txr-3cdd67db736815caafc8007df6930777691316a4.tar.bz2 txr-3cdd67db736815caafc8007df6930777691316a4.zip |
Quick and dirty port to MinGW.
* configure: Test for presence of <sys/wait.h> added.
Conditionally generates HAVE_SYS_WAIT variable in config.h.
* stream.c: Include <sys/wait.h> conditionally.
(pipe_close): Do not test ermination status with WIFEXITED, etc.
if there is no <sys/wait.h> header.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2011-10-16 Kaz Kylheku <kaz@kylheku.com> + Quick and dirty port to MinGW. + + * configure: Test for presence of <sys/wait.h> added. + Conditionally generates HAVE_SYS_WAIT variable in config.h. + + * stream.c: Include <sys/wait.h> conditionally. + (pipe_close): Do not test ermination status with WIFEXITED, etc. + if there is no <sys/wait.h> header. + +2011-10-16 Kaz Kylheku <kaz@kylheku.com> + * configure: reduced post-configure advice to just point to the INSTALL guide. |