bug-automake
[Top][All Lists]
Advanced

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

Automake 1.5: M4 macros: AM_CONFIG_HEADER


From: Christian Cornelssen
Subject: Automake 1.5: M4 macros: AM_CONFIG_HEADER
Date: Thu, 15 Nov 2001 14:24:34 +0100 (CET)

Dear Automake maintainers,

with Autoconf 2.52 and Automake 1.5, putting

    AM_CONFIG_HEADER(dir1/file1.h:file1.h.in)
    AM_CONFIG_HEADER(dir2/file2.h:file2.h.in)

into `configure.ac' causes `config.status' to touch `dir1/stamp-h1'
and `dir2/stamp-h1'.  The latter should be `dir2/stamp-h2' instead.

Using a single macro call like

    AM_CONFIG_HEADER(dir1/file1.h:file1.h.in dir2/file2.h:file2.h.in)

correctly touches `dir2/stamp-h2'.

I suppose that the bug is due to the initialization `am_indx=1' within
the definition of AM_CONFIG_HEADER, but I have not tried to fix it yet.

Sincerely,

Christian Cornelssen






reply via email to

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