* m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here...
* modules/readutmp (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ readutmp: Move AC_LIBOBJ invocations to module description.
+ * m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here...
+ * modules/readutmp (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
readlinkat: Move AC_LIBOBJ invocations to module description.
-# readutmp.m4 serial 17
+# readutmp.m4 serial 18
dnl Copyright (C) 2002-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_CHECK_HEADERS_ONCE([utmp.h utmpx.h])
if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
- AC_LIBOBJ([readutmp])
-
dnl Prerequisites of lib/readutmp.h and lib/readutmp.c.
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS_ONCE([utmpname utmpxname])
configure.ac:
gl_READUTMP
+if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
+ AC_LIBOBJ([readutmp])
+fi
Makefile.am: