bug-autoconf
[Top][All Lists]
Advanced

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

Re: [PATCH] up_to_date_p: treat equal mtime as outdated.


From: Jim Meyering
Subject: Re: [PATCH] up_to_date_p: treat equal mtime as outdated.
Date: Sat, 9 May 2020 22:01:32 -0700

On Sat, May 9, 2020 at 8:05 PM Harald van Dijk <address@hidden> wrote:
> On 10/05/2020 02:10, Karl Berry wrote:
> > +Although we would like to remove this function from Automake, since it's
> > +not used, that would break older versions of Autoconf, which seems
> > +gratuitious. So we leave it, unchanged.
>
> Autoconf has its own copy of this function, so why would it be affected
> by the removal of the function from Automake?

Good point. You're right:

> ac$ git grep -n sub.up_to_date_p
> lib/Autom4te/FileUtils.pm:190:sub up_to_date_p ($@)

in that removing it from automake should not impact any existing
installation of autoconf. However, autoconf's lib/Autom4te hierarchy
is sync'd from automake, so we would still need to make an adjustmake
to autoconf before its next sync.

So fine to remove from automake after all. Good!



reply via email to

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