Mercurial > hg > octave-nkf > gnulib-hg
changeset 11721:54dacd4ed1a5
Fix build error on mingw with the modules sys_select and unistd.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 19 Jul 2009 17:16:51 +0200 |
parents | dad85cd90e2e |
children | 92457e8bc574 |
files | ChangeLog modules/acl-tests modules/binary-io-tests modules/closein-tests modules/flock-tests modules/fsync-tests modules/lseek-tests modules/pipe-tests modules/posix_spawn-tests modules/posix_spawnp-tests modules/stat-time-tests modules/yesno-tests |
diffstat | 12 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-07-19 Bruno Haible <bruno@clisp.org> + + Fix build error on mingw with the modules sys_select and unistd. + * modules/acl-tests (Depends-on): Add close. + * modules/binary-io-tests (Depends-on): Likewise. + * modules/closein-tests (Depends-on): Likewise. + * modules/flock-tests (Depends-on): Likewise. + * modules/fsync-tests (Depends-on): Likewise. + * modules/lseek-tests (Depends-on): Likewise. + * modules/pipe-tests (Depends-on): Likewise. + * modules/posix_spawn-tests (Depends-on): Likewise. + * modules/posix_spawnp-tests (Depends-on): Likewise. + * modules/stat-time-tests (Depends-on): Likewise. + * modules/yesno-tests (Depends-on): Likewise. + 2009-07-19 Bruno Haible <bruno@clisp.org> Unify conditionals.
--- a/modules/acl-tests +++ b/modules/acl-tests @@ -12,6 +12,7 @@ read-file unistd xalloc +close configure.ac: AC_CHECK_DECLS_ONCE([alarm])
--- a/modules/binary-io-tests +++ b/modules/binary-io-tests @@ -3,6 +3,7 @@ tests/test-binary-io.c Depends-on: +close configure.ac:
--- a/modules/closein-tests +++ b/modules/closein-tests @@ -4,6 +4,7 @@ Depends-on: binary-io +close configure.ac:
--- a/modules/flock-tests +++ b/modules/flock-tests @@ -3,6 +3,7 @@ Depends-on: unistd +close configure.ac:
--- a/modules/fsync-tests +++ b/modules/fsync-tests @@ -2,6 +2,7 @@ tests/test-fsync.c Depends-on: +close configure.ac:
--- a/modules/lseek-tests +++ b/modules/lseek-tests @@ -3,6 +3,7 @@ tests/test-lseek.sh Depends-on: +close configure.ac:
--- a/modules/pipe-tests +++ b/modules/pipe-tests @@ -4,6 +4,7 @@ Depends-on: progname +close configure.ac:
--- a/modules/posix_spawn-tests +++ b/modules/posix_spawn-tests @@ -8,6 +8,7 @@ stdbool unistd sys_wait +close configure.ac: AC_EGREP_CPP([notposix], [[
--- a/modules/posix_spawnp-tests +++ b/modules/posix_spawnp-tests @@ -18,6 +18,7 @@ stdbool unistd sys_wait +close configure.ac: AC_EGREP_CPP([notposix], [[