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 f1f7e0d689b5214f8ee4a8d3752771e2ec6ed529..36e7581ccf63fbd18b9945a9fc7b0f9d72802be8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 4147fd01e28be2c2f82901f34215e1363932978d..8f6e8bc3bb0e0b219f6d6c52dcd5f9c34c7ef993 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 c09120c092889c922f7f4f191c742ef753c6446f..be442ba59251bb3c3a00c799a5a959ed7bb9cc91 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_FILEMODE
 
 Makefile.am:
+lib_SOURCES += filemode.c
 
 Include:
 "filemode.h"