automake-patches
[Top][All Lists]
Advanced

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

stamp-h numbering


From: Kevin Ryde
Subject: stamp-h numbering
Date: 11 Oct 2001 06:47:51 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

I think AM_CONFIG_HEADER always puts a number on the stamp-h filename,
but it seems handle_configure doesn't bother with a number if there's
only one such stamp (or only one in the current directory, I'm not
sure).  This ends up inducing a re-run of config.status on a "make
all" because config.h depends on stamp-h whereas stamp-h1 was created
by config.status.  This afflicts automake 1.5, and I think the current
cvs too.

Changing automake.in to match m4/header.m4 is pretty easy (below), but
maybe an unnumbered stamp was intended and instead m4/header.m4 should
be fixed.

        * automake.in (handle_configure): Always put a number on $stamp_name,
        to match AM_CONFIG_HEADER.

Attachment: automake.in.stamp-h-num.diff
Description: Source code patch


reply via email to

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