diff options
author | Bruno Haible <bruno@clisp.org> | 2011-05-06 12:58:23 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:05:56 +0200 |
commit | 58168301a07a9d3d4046f1dfa1b785747e174420 (patch) | |
tree | 80d827bb0b4ab11dece4e773fee963a92700c418 /m4/_Exit.m4 | |
parent | fdaaba379e9cba9378b72d601d8660911b2e08bd (diff) | |
download | gnulib-58168301a07a9d3d4046f1dfa1b785747e174420.tar.gz |
_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.
Diffstat (limited to 'm4/_Exit.m4')
-rw-r--r-- | m4/_Exit.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/_Exit.m4 b/m4/_Exit.m4 index 329b8cdd73..dec5c6d64e 100644 --- a/m4/_Exit.m4 +++ b/m4/_Exit.m4 @@ -1,4 +1,4 @@ -# _Exit.m4 serial 1 +# _Exit.m4 serial 2 dnl Copyright (C) 2010-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -10,8 +10,6 @@ AC_DEFUN([gl_FUNC__EXIT], AC_CHECK_FUNCS([_Exit]) if test $ac_cv_func__Exit = no; then HAVE__EXIT=0 - AC_LIBOBJ([_Exit]) - gl_PREREQ__EXIT fi ]) |