From de12675d956c6f2e105eea8f372ef7dfac794206 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:40:36 +0200 Subject: [PATCH] mgetgroups: Move AC_LIBOBJ invocations to module description. * m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation. * modules/mgetgroups (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/mgetgroups.m4 | 3 +-- modules/mgetgroups | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe9f8bf9f..efa995cac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation. * modules/memxor (Makefile.am): Augment lib_SOURCES. diff --git a/m4/mgetgroups.m4 b/m4/mgetgroups.m4 index fa8e9c265..2e936a488 100644 --- 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 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MGETGROUPS], [ AC_CHECK_FUNCS_ONCE([getgrouplist]) - AC_LIBOBJ([mgetgroups]) ]) diff --git a/modules/mgetgroups b/modules/mgetgroups index 1aa1c79ae..cdfa5701f 100644 --- a/modules/mgetgroups +++ b/modules/mgetgroups @@ -16,6 +16,7 @@ configure.ac: gl_MGETGROUPS Makefile.am: +lib_SOURCES += mgetgroups.c Include: "mgetgroups.h" -- 2.11.0