Home | History | Annotate | Download | only in m4

Lines Matching full:getline

0 # getline.m4 serial 19
11 dnl See if there's a working, system-supplied version of the getline function.
12 dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems
19 dnl Persuade glibc <stdio.h> to declare getline().
22 AC_CHECK_DECLS_ONCE([getline])
25 AC_CHECK_FUNC([getline],
30 AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline],
44 len = getline (&line, &siz, in);
70 AC_LIBOBJ([getline])
76 # Prerequisites of lib/getline.c.