Bruno Haible wrote:
> lib/renameat.c uses <stdbool.h>, therefore the module needs this dependency:
>
>
> 2011-11-08  Bruno Haible  <br...@clisp.org>
>
>       renameat: Fix dependencies.
>       * modules/renameat (Depends-on): Add stdbool.
>
> --- modules/renameat.orig     Wed Nov  9 01:53:58 2011
> +++ modules/renameat  Tue Nov  8 13:47:37 2011
> @@ -21,6 +21,7 @@
>  rename           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
>  same-inode       [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
>  save-cwd         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
> +stdbool          [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]

Yes.  Thanks.

Reply via email to