warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / _Exit
blob179a02b1001a5ae038a6ba051df05c751e9be412
1 Description:
2 _Exit() function: terminate current process.
4 Files:
5 lib/_Exit.c
6 m4/_Exit.m4
8 Depends-on:
9 stdlib
11 configure.ac:
12 gl_FUNC__EXIT
13 if test $HAVE__EXIT = 0; then
14   AC_LIBOBJ([_Exit])
15   gl_PREREQ__EXIT
17 gl_STDLIB_MODULE_INDICATOR([_Exit])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPL
27 Maintainer:
28 all