mbsinit: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / getnline
index e578954833432aae15fb286f75abeb669d997cd2..4f449dbe2faa3ce67ecfbde086dab2566284ab7c 100644 (file)
@@ -4,23 +4,23 @@ Read a line from a stream, with bounded memory allocation.
 Files:
 lib/getnline.h
 lib/getnline.c
-lib/getndelim2.c
 m4/getnline.m4
-m4/ssize_t.m4
 
 Depends-on:
-unlocked-io
+getndelim2
+ssize_t
 
 configure.ac:
 gl_GETNLINE
 
 Makefile.am:
-lib_SOURCES += getnline.h
-EXTRA_DIST += getndelim2.c
+lib_SOURCES += getnline.h getnline.c
 
 Include:
 "getnline.h"
 
+License:
+GPL
+
 Maintainer:
 all
-