annotate m4/_Exit.m4 @ 13457:fd542c59e379

New module '_Exit'.
author Bruno Haible <bruno@clisp.org>
date Mon, 12 Jul 2010 18:54:13 +0200
parents
children 97fc9a21a8fb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13457
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 # _Exit.m4 serial 1
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 dnl Copyright (C) 2010 Free Software Foundation, Inc.
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_FUNC__EXIT],
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 AC_CHECK_FUNCS([_Exit])
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 if test $ac_cv_func__Exit = no; then
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 HAVE__EXIT=0
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 AC_LIBOBJ([_Exit])
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_PREREQ__EXIT
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 fi
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 ])
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 # Prerequisites of lib/_Exit.c.
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 AC_DEFUN([gl_PREREQ__EXIT], [
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 :
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 ])