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 bfa668b..7167991 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/des.m4: Remove file.
        * modules/crypto/des (Files): Remove it.
index 0b557ca..79d840a 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 47db18e..4c22380 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"