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

ChangeLog
m4/filemode.m4
modules/filemode

index f1f7e0d..36e7581 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       filemode: Move AC_LIBOBJ invocations to module description.
+       * m4/filemode.m4 (gl_FILEMODE): Remove AC_LIBOBJ invocation.
+       * modules/filemode (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        openat-safer: Move AC_LIBOBJ invocations to module description.
        * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): Remove AC_LIBOBJ invocation.
        * modules/openat-safer (Makefile.am): Augment lib_SOURCES.
index 4147fd0..8f6e8bc 100644 (file)
@@ -1,4 +1,4 @@
-# filemode.m4 serial 7
+# filemode.m4 serial 8
 dnl Copyright (C) 2002, 2005-2006, 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,6 +7,5 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_FILEMODE],
 [
   AC_REQUIRE([AC_STRUCT_ST_DM_MODE])
-  AC_LIBOBJ([filemode])
   AC_CHECK_DECLS_ONCE([strmode])
 ])
index c09120c..be442ba 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_FILEMODE
 
 Makefile.am:
+lib_SOURCES += filemode.c
 
 Include:
 "filemode.h"