Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
[gnulib.git] / modules / getline
index 55e256d..1fb9b9c 100644 (file)
@@ -1,19 +1,26 @@
 Description:
+Read a line from a stream.
 
 Files:
-lib/getline.h
 lib/getline.c
 m4/getline.m4
 
 Depends-on:
-getstr
+extensions
+getdelim
+stdio
 
 configure.ac:
-AM_FUNC_GETLINE
+gl_FUNC_GETLINE
+gl_STDIO_MODULE_INDICATOR([getline])
 
 Makefile.am:
-lib_SOURCES += getline.h
 
 Include:
-"getline.h"
+<stdio.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson