Merge remote branch 'origin/stable-2.0'
[bpt/guile.git] / m4 / fclose.m4
CommitLineData
49114fd4
LC
1# fclose.m4 serial 2
2dnl Copyright (C) 2008-2011 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7AC_DEFUN([gl_FUNC_FCLOSE],
8[
9])
10
11AC_DEFUN([gl_REPLACE_FCLOSE],
12[
13 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
14 REPLACE_FCLOSE=1
15 AC_LIBOBJ([fclose])
16])