1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/_Exit
Bruno Haible 58168301a0 _Exit: Move AC_LIBOBJ invocations to module description.
* m4/_Exit.m4 (gl_FUNC__EXIT): Move AC_LIBOBJ and gl_PREREQ__EXIT
invocations from here...
* modules/_Exit (configure.ac): ... to here.
2011-06-16 00:05:56 +02:00

29 lines
314 B
Plaintext

Description:
_Exit() function: terminate current process.
Files:
lib/_Exit.c
m4/_Exit.m4
Depends-on:
stdlib
configure.ac:
gl_FUNC__EXIT
if test $HAVE__EXIT = 0; then
AC_LIBOBJ([_Exit])
gl_PREREQ__EXIT
fi
gl_STDLIB_MODULE_INDICATOR([_Exit])
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
all