+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ fcntl-safer: Move AC_LIBOBJ invocations to module description.
+ * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove AC_LIBOBJ invocations.
+ * modules/fcntl-safer (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
exclude: Move AC_LIBOBJ invocations to module description.
-#serial 7
+#serial 8
dnl Copyright (C) 2005-2007, 2009-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_DEFUN([gl_FCNTL_SAFER],
[
- AC_LIBOBJ([open-safer])
- AC_LIBOBJ([creat-safer])
- # Prerequisites of lib/open-safer.c.
+ dnl Prerequisites of lib/open-safer.c.
AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T])
])