Make the serial numbers in *.m4 files effective.
[gnulib.git] / m4 / pclose.m4
blob177700ca3903ccea94a08a0b254e8cec45e91cf8
1 # pclose.m4
2 # serial 1
3 dnl Copyright (C) 2011-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_PCLOSE],
10   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
11   AC_CHECK_FUNCS_ONCE([pclose])
12   if test $ac_cv_func_pclose = no; then
13     HAVE_PCLOSE=0
14   fi
17 # Prerequisites of lib/pclose.c.
18 AC_DEFUN([gl_PREREQ_PCLOSE],
20   :