readutmp: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 16:07:28 +0000 (18:07 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:41 +0000 (00:06 +0200)
* m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here...
* modules/readutmp (configure.ac): ... to here.

ChangeLog
m4/readutmp.m4
modules/readutmp

index 0da13b8..b894ce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/readlinkat.m4 (gl_FUNC_READLINKAT): Move AC_LIBOBJ invocation from
        here...
index 0b0a7b2..81b22ed 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -11,8 +11,6 @@ AC_DEFUN([gl_READUTMP],
 
   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])
index f0fe398..51f6290 100644 (file)
@@ -14,6 +14,9 @@ stdint
 
 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: