* m4/_Exit.m4 (gl_FUNC__EXIT): Move AC_LIBOBJ and gl_PREREQ__EXIT
invocations from here...
* modules/_Exit (configure.ac): ... to here.
+2011-05-06 Bruno Haible <bruno@clisp.org>
+
+ _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-05-21 Bruno Haible <bruno@clisp.org>
euidaccess: Respect rules for use of AC_LIBOBJ.
-# _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,
AC_CHECK_FUNCS([_Exit])
if test $ac_cv_func__Exit = no; then
HAVE__EXIT=0
- AC_LIBOBJ([_Exit])
- gl_PREREQ__EXIT
fi
])
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: