+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ getdomainname: Move AC_LIBOBJ invocations to module description.
+ * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Move AC_LIBOBJ and
+ gl_PREREQ_GETDOMAINNAME invocations from here...
+ * modules/getdomainname (configure.ac): ... to here.
+
2011-05-08 Bruno Haible <bruno@clisp.org>
getline: Move AC_LIBOBJ invocations to module description.
-# getdomainname.m4 serial 6
+# getdomainname.m4 serial 7
dnl Copyright (C) 2002-2003, 2008-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,
|| test "$gl_cv_func_getdomainname_in_libnsl" = yes; then
REPLACE_GETDOMAINNAME=1
fi
-
- if test $HAVE_DECL_GETDOMAINNAME = 0 || test $REPLACE_GETDOMAINNAME = 1; then
- AC_LIBOBJ([getdomainname])
- gl_PREREQ_GETDOMAINNAME
- fi
])
# Prerequisites of lib/getdomainname.c.
configure.ac:
gl_FUNC_GETDOMAINNAME
+if test $HAVE_DECL_GETDOMAINNAME = 0 || test $REPLACE_GETDOMAINNAME = 1; then
+ AC_LIBOBJ([getdomainname])
+ gl_PREREQ_GETDOMAINNAME
+fi
gl_UNISTD_MODULE_INDICATOR([getdomainname])
Makefile.am: