warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / getline
blob72e77abdcfeac9ddc9c8c5a4ad73e300ae136a7f
1 Description:
2 Read a line from a stream.
4 Files:
5 lib/getline.c
6 m4/getline.m4
8 Depends-on:
9 stdio
10 extensions
11 getdelim        [test $REPLACE_GETLINE = 1]
13 configure.ac:
14 gl_FUNC_GETLINE
15 if test $REPLACE_GETLINE = 1; then
16   AC_LIBOBJ([getline])
17   gl_PREREQ_GETLINE
19 gl_STDIO_MODULE_INDICATOR([getline])
21 Makefile.am:
23 Include:
24 <stdio.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Simon Josefsson