crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / getdelim
index 41d49175748d73631cfdbd2193bd94ef6eff2fe1..c3ef317a11fcdc964b8b9224b4804aae6f6c7c58 100644 (file)
@@ -2,23 +2,27 @@ Description:
 Read character delimited data from a stream.
 
 Files:
-lib/getdelim.h
 lib/getdelim.c
 m4/getdelim.m4
 
 Depends-on:
+stdio
+extensions
+stdint          [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
+realloc-posix   [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
+errno           [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
 
 configure.ac:
 gl_FUNC_GETDELIM
+gl_STDIO_MODULE_INDICATOR([getdelim])
 
 Makefile.am:
-EXTRA_DIST += getdelim.h
 
 Include:
-"getdelim.h"
+<stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson