* m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation.
* modules/unlinkdir (Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ unlinkdir: Move AC_LIBOBJ invocations to module description.
+ * m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation.
+ * modules/unlinkdir (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
unistd-safer: Move AC_LIBOBJ invocations to module description.
-# serial 6
+# serial 7
# Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc.
#
AC_REQUIRE([AC_CANONICAL_HOST])
AC_CHECK_HEADERS_ONCE([priv.h])
- AC_LIBOBJ([unlinkdir])
-
# The Hurd, the Linux kernel, the FreeBSD kernel version 2.2 and later,
# Cygwin, and mingw never let anyone (even root) unlink directories.
# If anyone knows of another system for which unlink can never
gl_UNLINKDIR
Makefile.am:
+lib_SOURCES += unlinkdir.c
Include:
"unlinkdir.h"