* ChangeLog: Fix misspelling
[gnulib.git] / m4 / execl.m4
blob2967a7efa2fefbfd31cd933cca5f9a198ec751ce
1 # execl.m4
2 # serial 2
3 dnl Copyright (C) 2020-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_EXECL],
10   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
11   AC_REQUIRE([AC_CANONICAL_HOST])
13   case "$host_os" in
14     mingw* | windows*) REPLACE_EXECL=1 ;;
15   esac