Alter GNUmakefile to install into top directory.
[gnulib.git] / modules / fflush
old mode 100755 (executable)
new mode 100644 (file)
index 62a2d59..ac74dc5
@@ -3,15 +3,19 @@ Discard pending data on both input and output streams.
 
 Files:
 lib/fflush.c
-lib/fseeko.c
 m4/fflush.m4
-m4/fseeko.m4
 
 Depends-on:
 fpurge
 ftello
+freading
+lseek
 stdio
 unistd
+fseeko
+
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
 
 configure.ac:
 gl_FUNC_FFLUSH