changeset 8712:eb200e5fd37b

Depend on ftello.
author Bruno Haible <bruno@clisp.org>
date Wed, 25 Apr 2007 07:56:32 +0000
parents cfc329ca943f
children aad7ea346fbf
files ChangeLog modules/fflush
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-25  Bruno Haible  <bruno@clisp.org>
+
+	* modules/fflush (Depends-on): Add ftello.
+
 2007-04-25  Bruno Haible  <bruno@clisp.org>
 
 	* modules/ftello-tests: New file.
--- a/modules/fflush
+++ b/modules/fflush
@@ -7,6 +7,7 @@
 
 Depends-on:
 fpurge
+ftello
 stdio
 unistd