changeset 15076:19b4041d8566

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 18:07:28 +0200
parents 810f3ecf645c
children 52f8925a96a4
files ChangeLog m4/readutmp.m4 modules/readutmp
diffstat 3 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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...
--- a/m4/readutmp.m4
+++ b/m4/readutmp.m4
@@ -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_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])
--- a/modules/readutmp
+++ b/modules/readutmp
@@ -14,6 +14,9 @@
 
 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: