string-buffer tests: Avoid test failure on native Windows.
[gnulib.git] / m4 / copy-file.m4
bloba69245c557ad18f95f77156a391d8c00fddad3d7
1 # copy-file.m4
2 # serial 5
3 dnl Copyright (C) 2003, 2009-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_COPY_FILE],
10   AC_CHECK_HEADERS_ONCE([unistd.h])
11   AC_CHECK_FUNCS([chown])