[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
small renameat fix
From: |
Bruno Haible |
Subject: |
small renameat fix |
Date: |
Wed, 9 Nov 2011 02:04:28 +0100 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
lib/renameat.c uses <stdbool.h>, therefore the module needs this dependency:
2011-11-08 Bruno Haible <address@hidden>
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]
configure.ac:
gl_FUNC_RENAMEAT
--
In memoriam The inmates of the Daugavpils Ghetto
<http://en.wikipedia.org/wiki/Daugavpils_Ghetto>
- small renameat fix,
Bruno Haible <=