Update.
[gsasl.git] / lib / gl / m4 / getdelim.m4
blob340bb7126d877b3521c45505a1fcea0b2c090fd1
1 # getdelim.m4 serial 1
3 dnl Copyright (C) 2005 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],
13   AC_LIBSOURCES([getdelim.c, getdelim.h])
15   dnl Persuade glibc <stdio.h> to declare getdelim().
16   AC_REQUIRE([AC_GNU_SOURCE])
18   AC_REPLACE_FUNCS(getdelim)
19   AC_CHECK_DECLS_ONCE(getdelim)
21   if test $ac_cv_func_getdelim = no; then
22     gl_PREREQ_GETDELIM
23   fi
26 # Prerequisites of lib/getdelim.c.
27 AC_DEFUN([gl_PREREQ_GETDELIM],
29   AC_CHECK_FUNCS([flockfile funlockfile])