changeset 16060:49efd2f915a3

renameat: Fix dependencies. * modules/renameat (Depends-on): Add stdbool.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Nov 2011 02:03:26 +0100
parents 05ec2316b0ea
children 50cb94005daa
files ChangeLog modules/renameat
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 09 02:01:28 2011 +0100
+++ b/ChangeLog	Wed Nov 09 02:03:26 2011 +0100
@@ -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.
--- a/modules/renameat	Wed Nov 09 02:01:28 2011 +0100
+++ b/modules/renameat	Wed Nov 09 02:03:26 2011 +0100
@@ -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]
 
 configure.ac:
 gl_FUNC_RENAMEAT