X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Freadutmp.m4;h=a22efcef9b598fe2ae56125f4490eb8b05d381ce;hb=8f7425866463f994538584d1dd7211603b8b0550;hp=8774b202586d6f65304cf7b85278a2d300196c91;hpb=f76a70dc0244757b8aa890113e41fb2fe1da2244;p=gnulib.git diff --git a/m4/readutmp.m4 b/m4/readutmp.m4 index 8774b2025..a22efcef9 100644 --- a/m4/readutmp.m4 +++ b/m4/readutmp.m4 @@ -1,5 +1,5 @@ -# readutmp.m4 serial 19 -dnl Copyright (C) 2002-2011 Free Software Foundation, Inc. +# readutmp.m4 serial 20 +dnl Copyright (C) 2002-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -12,7 +12,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 dnl Prerequisites of lib/readutmp.h and lib/readutmp.c. - AC_REQUIRE([AC_C_INLINE]) AC_CHECK_FUNCS_ONCE([utmpname utmpxname]) AC_CHECK_DECLS([getutent],,,[[ /* is a prerequisite of on FreeBSD 8.0, OpenBSD 4.6. */