dirent-safer: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 21:01:21 +0000 (23:01 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:22 +0000 (00:07 +0200)
* m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation.
* modules/dirent-safer (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/dirent-safer.m4
modules/dirent-safer

index bfa668bdfd7d54ce9dcd36254e8baf2f9c5a3e86..71679911763e01eef85026ee457b1a9f0517fe54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 0b557ca76551239508bc9fb36c7883a8736cce91..79d840acde2a5d1ac80a252fc3a642ffe5b14078 100644 (file)
@@ -1,4 +1,4 @@
-#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,
@@ -7,5 +7,4 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_DIRENT_SAFER],
 [
   AC_CHECK_FUNCS_ONCE([fdopendir])
-  AC_LIBOBJ([opendir-safer])
 ])
index 47db18ef2b15ba0d3636d5db57d5c6f64cb2e1ae..4c223808f814358641f8b194ab63c8d887246a0a 100644 (file)
@@ -17,6 +17,7 @@ gl_DIRENT_SAFER
 gl_MODULE_INDICATOR([dirent-safer])
 
 Makefile.am:
+lib_SOURCES += opendir-safer.c
 
 Include:
 "dirent-safer.h"