mgetgroups: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:40:36 +0000 (00:40 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:31 +0000 (00:07 +0200)
* m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation.
* modules/mgetgroups (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/mgetgroups.m4
modules/mgetgroups

index fe9f8bf..efa995c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       mgetgroups: Move AC_LIBOBJ invocations to module description.
+       * m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation.
+       * modules/mgetgroups (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        memxor: Move AC_LIBOBJ invocations to module description.
        * m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation.
        * modules/memxor (Makefile.am): Augment lib_SOURCES.
index fa8e9c2..2e936a4 100644 (file)
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 dnl Copyright (C) 2007-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_MGETGROUPS],
 [
   AC_CHECK_FUNCS_ONCE([getgrouplist])
-  AC_LIBOBJ([mgetgroups])
 ])
index 1aa1c79..cdfa570 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_MGETGROUPS
 
 Makefile.am:
+lib_SOURCES += mgetgroups.c
 
 Include:
 "mgetgroups.h"