automake-patches
[Top][All Lists]
Advanced

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

Re: RFC: fixing AC_CONFIG_HEADERS rules (PR/355)


From: Alexandre Duret-Lutz
Subject: Re: RFC: fixing AC_CONFIG_HEADERS rules (PR/355)
Date: Sun, 26 Oct 2003 23:07:36 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]

 adl> I'm installing a cut-down version of this patch.  It only
 adl> addresses the second and third points.  I'm no longer sure the
 adl> first is correct, and I haven't yet figured something "right"
 adl> for the latter.

I also meant to install this at the same time.
2003-10-26  Alexandre Duret-Lutz  <address@hidden>

        * lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Depend on
        $(am__configure_deps).

Index: lib/am/remake-hdr.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/remake-hdr.am,v
retrieving revision 1.39
diff -u -r1.39 remake-hdr.am
--- lib/am/remake-hdr.am        26 Oct 2003 21:20:10 -0000      1.39
+++ lib/am/remake-hdr.am        26 Oct 2003 22:06:21 -0000
@@ -36,7 +36,7 @@
 ## Only the first file of AC_CONFIG_HEADERS is assumed to be generated
 ## by autoheader.
 if %?FIRST_CONFIG_HIN%
-$(srcdir)/%CONFIG_HIN%: %MAINTAINER-MODE% $(top_srcdir)/%CONFIGURE-AC% 
$(ACLOCAL_M4) %FILES%
+$(srcdir)/%CONFIG_HIN%: %MAINTAINER-MODE% $(top_srcdir)/%CONFIGURE-AC% 
$(ACLOCAL_M4) $(am__configure_deps) %FILES%
        cd $(top_srcdir) && $(AUTOHEADER)
 ## Autoheader has the bad habit of not changing the time stamp if
 ## config.hin is unchanged, which breaks Make targets.  Since what
-- 
Alexandre Duret-Lutz





reply via email to

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