* m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Set HAVE_GROUP_MEMBER.
Move AC_LIBOBJ and gl_PREREQ_GROUP_MEMBER invocations from here...
* modules/group-member (configure.ac): ... to here.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ group-member: Move AC_LIBOBJ invocations to module description.
+ * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Move AC_LIBOBJ and
+ gl_PREREQ_GROUP_MEMBER invocations from here...
+ * modules/group-member (configure.ac): ... to here.
+
2011-05-08 Bruno Haible <bruno@clisp.org>
grantpt: Move AC_LIBOBJ invocations to module description.
-# serial 13
+# serial 14
# Copyright (C) 1999-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
AC_CHECK_FUNC([group_member], , [
HAVE_GROUP_MEMBER=0
])
- if test $HAVE_GROUP_MEMBER = 0; then
- AC_LIBOBJ([group-member])
- gl_PREREQ_GROUP_MEMBER
- fi
])
# Prerequisites of lib/group-member.c.
configure.ac:
gl_FUNC_GROUP_MEMBER
+if test $HAVE_GROUP_MEMBER = 0; then
+ AC_LIBOBJ([group-member])
+ gl_PREREQ_GROUP_MEMBER
+fi
gl_UNISTD_MODULE_INDICATOR([group-member])
Makefile.am: