Update.
[gsasl.git] / lib / gl / m4 / getdelim.m4
blob2a738f680a1e68e3c58b1c0efe442f5dde45b7c0
1 # getdelim.m4 serial 2
3 dnl Copyright (C) 2005, 2006 Free Software dnl Foundation, Inc.
4 dnl
5 dnl This file is free software; the Free Software Foundation
6 dnl gives unlimited permission to copy and/or distribute it,
7 dnl with or without modifications, as long as this notice is preserved.
9 AC_PREREQ(2.52)
11 AC_DEFUN([gl_FUNC_GETDELIM],
14   dnl Persuade glibc <stdio.h> to declare getdelim().
15   AC_REQUIRE([AC_GNU_SOURCE])
17   AC_REPLACE_FUNCS(getdelim)
18   AC_CHECK_DECLS_ONCE(getdelim)
20   if test $ac_cv_func_getdelim = no; then
21     gl_PREREQ_GETDELIM
22   fi
25 # Prerequisites of lib/getdelim.c.
26 AC_DEFUN([gl_PREREQ_GETDELIM],
28   AC_CHECK_FUNCS([flockfile funlockfile])