bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: utimens depends on utime


From: Sergey Poznyakoff
Subject: Re: utimens depends on utime
Date: Fri, 09 Sep 2005 00:40:09 +0300

Paul Eggert <address@hidden> wrote:

> Sergey Poznyakoff <address@hidden> writes:
> 
> > The module utimens depends on utime,
> 
> Could you please explain why?

Because m4/utimens.m4 AC_REQUIREs gl_CHECK_TYPE_STRUCT_UTIMBUF,
which is defined in m4/utimbuf.m4, which is listed in Files section only
in modules/utime. Try to bootstrap cpio and you will get:

configure.ac:46: warning: gl_CHECK_TYPE_STRUCT_UTIMBUF is m4_require'd
but is not m4_defun'd
configure.ac:46: gl_CHECK_TYPE_STRUCT_UTIMBUF is required by...
m4/utimens.m4:17: gl_UTIMENS is expanded from...
m4/gnulib.m4:160: cpio_GNULIB is expanded from...

Hmm, now I see a better solution: to list m4/utimbuf.m4 in Files
section of modules/utimens.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]