# HG changeset patch # User Bruno Haible # Date 1306190436 -7200 # Node ID 6707aa07e038c95c37a1db37ec8e5a9e2848fe88 # Parent 2f6973883335d3731cccd875076d5f8bf81504bd mgetgroups: Move AC_LIBOBJ invocations to module description. * m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation. * modules/mgetgroups (Makefile.am): Augment lib_SOURCES. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 memxor: Move AC_LIBOBJ invocations to module description. diff --git a/m4/mgetgroups.m4 b/m4/mgetgroups.m4 --- a/m4/mgetgroups.m4 +++ b/m4/mgetgroups.m4 @@ -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 @@ AC_DEFUN([gl_MGETGROUPS], [ AC_CHECK_FUNCS_ONCE([getgrouplist]) - AC_LIBOBJ([mgetgroups]) ]) diff --git a/modules/mgetgroups b/modules/mgetgroups --- a/modules/mgetgroups +++ b/modules/mgetgroups @@ -16,6 +16,7 @@ gl_MGETGROUPS Makefile.am: +lib_SOURCES += mgetgroups.c Include: "mgetgroups.h"