* m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation.
* modules/mgetgroups (Makefile.am): Augment lib_SOURCES.
+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.
-#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,
AC_DEFUN([gl_MGETGROUPS],
[
AC_CHECK_FUNCS_ONCE([getgrouplist])
- AC_LIBOBJ([mgetgroups])
])
gl_MGETGROUPS
Makefile.am:
+lib_SOURCES += mgetgroups.c
Include:
"mgetgroups.h"