New module 'close'.
[gnulib.git] / m4 / close.m4
1 # close.m4 serial 1
2 dnl Copyright (C) 2008 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_FUNC_CLOSE],
8 [
9   :
10 ])
11
12 AC_DEFUN([gl_REPLACE_CLOSE],
13 [
14   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
15   if test $REPLACE_CLOSE != 1; then
16     AC_LIBOBJ([close])
17   fi
18   REPLACE_CLOSE=1
19 ])