* m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation.
* modules/dirent-safer (Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ dirent-safer: Move AC_LIBOBJ invocations to module description.
+ * m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation.
+ * modules/dirent-safer (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
crypto/des: Move AC_LIBOBJ invocations to module description.
-#serial 1
+#serial 2
dnl Copyright (C) 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_DIRENT_SAFER],
[
AC_CHECK_FUNCS_ONCE([fdopendir])
- AC_LIBOBJ([opendir-safer])
])
gl_MODULE_INDICATOR([dirent-safer])
Makefile.am:
+lib_SOURCES += opendir-safer.c
Include:
"dirent-safer.h"