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 0da13b8afa4b4b67a8c36d9d650d9808766c4511..b894ce1b43731ddfb82644bdc58f878be1536951 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 0b0a7b2715a8f506f18ba9a5868ef44ff46bddd0..81b22ed277e62c224fd4cf84c078990a215193f8 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 f0fe3984a6227289b1b8eaf9aca5382fd7ae33f3..51f629002b86d3a337e417b89a7cfab354949a24 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: