autoupdate
[gnulib.git] / modules / getline
index e642f92..72e77ab 100644 (file)
@@ -2,19 +2,29 @@ Description:
 Read a line from a stream.
 
 Files:
-lib/getline.h
 lib/getline.c
 m4/getline.m4
 
 Depends-on:
-unlocked-io
+stdio
+extensions
+getdelim        [test $REPLACE_GETLINE = 1]
 
 configure.ac:
-AM_FUNC_GETLINE
+gl_FUNC_GETLINE
+if test $REPLACE_GETLINE = 1; then
+  AC_LIBOBJ([getline])
+  gl_PREREQ_GETLINE
+fi
+gl_STDIO_MODULE_INDICATOR([getline])
 
 Makefile.am:
-lib_SOURCES += getline.h
 
 Include:
-"getline.h"
+<stdio.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson