From: Bruno Haible Date: Sat, 21 May 2011 16:07:28 +0000 (+0200) Subject: readutmp: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2450 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=cb26d0af585e0f56d64327c2576cd7ad552a0463;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 0da13b8af..b894ce1b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-21 Bruno Haible + 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 + readlinkat: Move AC_LIBOBJ invocations to module description. * m4/readlinkat.m4 (gl_FUNC_READLINKAT): Move AC_LIBOBJ invocation from here... diff --git a/m4/readutmp.m4 b/m4/readutmp.m4 index 0b0a7b271..81b22ed27 100644 --- 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_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]) diff --git a/modules/readutmp b/modules/readutmp index f0fe3984a..51f629002 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -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: