git-merge-changelog: Simplify installation instructions.
[gnulib.git] / m4 / execle.m4
blob8a954410d3fe7c83241af271aa619e5ee18004bd
1 # execle.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_EXECLE],
10   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
11   AC_REQUIRE([AC_CANONICAL_HOST])
13   case "$host_os" in
14     mingw* | windows*) REPLACE_EXECLE=1 ;;
15   esac