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 fe9f8bf9f7e2584ec5c246d404c7c152f7109004..efa995cac5569c4aedd72e3c658d68eb0e366734 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index fa8e9c265d8bbe08343b27503dec910f5332d58a..2e936a488476669026f1c003d4bb9cfa5823c40f 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 1aa1c79ae69c2b656c453a33db54833fd62e3d1f..cdfa5701f5047fb7e0e0fadb0f500d8378e1e2aa 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_MGETGROUPS
 
 Makefile.am:
+lib_SOURCES += mgetgroups.c
 
 Include:
 "mgetgroups.h"