annotate m4/_Exit.m4 @ 18070:d460ec17f09f

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 28 Jul 2015 13:57:32 -0700
parents ab58d4870664
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14936
0f6fba78c418 _Exit: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14341
diff changeset
1 # _Exit.m4 serial 2
17848
ab58d4870664 version-etc: new year
Paul Eggert <eggert@cs.ucla.edu>
parents: 17587
diff changeset
2 dnl Copyright (C) 2010-2015 Free Software Foundation, Inc.
13457
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 fi
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 ])
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 # Prerequisites of lib/_Exit.c.
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 AC_DEFUN([gl_PREREQ__EXIT], [
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 :
fd542c59e379 New module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 ])