Karl Berry writes:
> I think Automake shouldn't suggest something that is explicitly
> discouraged by the GCS.
>
> Good point. I agree.
>
> I would suggest discussing it on ...
>
> Perfectly reasonable, but I'm just too old to have the stomach for those
> discussions any more :(. Hard
I think Automake shouldn't suggest something that is explicitly
discouraged by the GCS.
Good point. I agree.
I would suggest discussing it on ...
Perfectly reasonable, but I'm just too old to have the stomach for those
discussions any more :(. Hardly the most crucial suggestion in th
Karl Berry writes:
> What is not clear to me is the reasoning of that heuristic. You seems
> to suggest that it has been introduced to avoid having to know the order
> in which autoconf, aclocal, automake, ... has to be run. Have you any
> reference regarding that?
>
> I've been
Mathieu Lirzin writes:
> Jack Kelly writes:
>
>> It is certainly valuable to test that you can bootstrap your package
>> from autoreconf up, but I don't think `make maintainer-clean' is the
>> best place to do that. The `git-clean' command removes untracked files
>> from the worktree, and I'm su
Hi Mathieu,
Thanks for the quick reply.
What is not clear to me is the reasoning of that heuristic. You seems
to suggest that it has been introduced to avoid having to know the order
in which autoconf, aclocal, automake, ... has to be run. Have you any
reference regarding that?
Hello Jack,
Jack Kelly writes:
> Karl Berry writes:
>
>> [snip automake manual blockquote]
>>
>> But nowadays, especially since autoreconf exists, it does not seem
>> unreasonable to me to want to delete Makefile.in, configure, etc. It
>> is just as easy to run autoreconf (or equivalent) as con
Hello Karl,
Karl Berry writes:
> Hi - the automake manual has (for many years) said:
>
> @code{maintainer-clean} should not delete anything that needs to exist
> in order to run @samp{./configure && make}.
> @end itemize
>
> We recommend that you follow this same set of heuristic
Karl Berry writes:
> [snip automake manual blockquote]
>
> But nowadays, especially since autoreconf exists, it does not seem
> unreasonable to me to want to delete Makefile.in, configure, etc. It
> is just as easy to run autoreconf (or equivalent) as configure&&make,
> and it feels nice to have
Hi - the automake manual has (for many years) said:
@code{maintainer-clean} should not delete anything that needs to exist
in order to run @samp{./configure && make}.
@end itemize
We recommend that you follow this same set of heuristics in your
@file{Makefile.am}.
That heuris