git-merge-changelog: Simplify installation instructions.
[gnulib.git] / m4 / _Exit.m4
blob9f7cb4189cc2892d5b8d6cdc572d4ca1a90f80c1
1 # _Exit.m4
2 # serial 4
3 dnl Copyright (C) 2010-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__EXIT],
10   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
11   gl_CHECK_FUNCS_ANDROID([_Exit], [[#include <stdlib.h>]])
12   if test $ac_cv_func__Exit = no; then
13     HAVE__EXIT=0
14     case "$gl_cv_onwards_func__Exit" in
15       future*) REPLACE__EXIT=1 ;;
16     esac
17   fi
20 # Prerequisites of lib/_Exit.c.
21 AC_DEFUN([gl_PREREQ__EXIT], [
22   :