error: depend on stdio
[gnulib.git] / modules / readtokens
index a4023a8..2496a96 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Read tokens from a stream.
 
 Files:
 lib/readtokens.h
@@ -7,14 +8,19 @@ m4/readtokens.m4
 
 Depends-on:
 xalloc
-unlocked-io
+stdbool
 
 configure.ac:
 gl_READTOKENS
 
 Makefile.am:
-lib_SOURCES += readtokens.h readtokens.c
+lib_SOURCES += readtokens.c
 
 Include:
 "readtokens.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering