]> Savannah Git Hosting - gnulib.git/commitdiff
renameat: Fix dependencies.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Nov 2011 01:03:26 +0000 (02:03 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Nov 2011 01:03:26 +0000 (02:03 +0100)
* modules/renameat (Depends-on): Add stdbool.

ChangeLog
modules/renameat

index cdefab5b7fbd62668af649645f6c34ecb43fd533..25cc8f56f2a4e46dcdbf9cde2a6740dc5c74d1cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-08  Bruno Haible  <bruno@clisp.org>
+
+       renameat: Fix dependencies.
+       * modules/renameat (Depends-on): Add stdbool.
+
 2011-11-08  Bruno Haible  <bruno@clisp.org>
 
        mkfifoat: Fix module description.
index 45b8e9a1b4b64edf436e1b03d86d94b7aa1d2974..d7a30dc2c816730bedd920a8cc83523c540d6f78 100644 (file)
@@ -21,6 +21,7 @@ openat-h         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 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]
 
 configure.ac:
 gl_FUNC_RENAMEAT