From 015edf8dc7b3a5c9b0fcf4467b9bd5f294087e42 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 30 Mar 2005 07:41:47 +0000 Subject: (gl_READUTMP): Restore the requirement for gl_FUNC_FREE. --- m4/readutmp.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/readutmp.m4 b/m4/readutmp.m4 index d09294b25..ac413f6c1 100644 --- a/m4/readutmp.m4 +++ b/m4/readutmp.m4 @@ -1,4 +1,4 @@ -# readutmp.m4 serial 8 +# readutmp.m4 serial 9 dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9,8 +9,9 @@ AC_DEFUN([gl_READUTMP], AC_LIBSOURCES([readutmp.c, readutmp.h]) AC_LIBOBJ([readutmp]) - dnl Prerequisites of lib/readutmp.h. + dnl Prerequisites of lib/readutmp.h and lib/readutmp.c. AC_REQUIRE([AC_C_INLINE]) + AC_REQUIRE([gl_FUNC_FREE]) AC_CHECK_HEADERS_ONCE(utmp.h utmpx.h) AC_CHECK_FUNCS_ONCE(utmpname utmpxname) AC_CHECK_DECLS(getutent,,,[ -- cgit v1.2.3-70-g09d2