From: Bruno Haible Date: Mon, 23 May 2011 22:40:36 +0000 (+0200) Subject: mgetgroups: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de12675d956c6f2e105eea8f372ef7dfac794206;p=pspp 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 index fe9f8bf9f7..efa995cac5 100644 --- 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 index fa8e9c265d..2e936a4884 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 1aa1c79ae6..cdfa5701f5 100644 --- a/modules/mgetgroups +++ b/modules/mgetgroups @@ -16,6 +16,7 @@ configure.ac: gl_MGETGROUPS Makefile.am: +lib_SOURCES += mgetgroups.c Include: "mgetgroups.h"