From bf318d28ab3fcb31cab52c7f1f00bb391a68d1d4 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 26 Oct 2003 22:07:46 +0000 Subject: [PATCH] * lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Depend on $(am__configure_deps). --- ChangeLog | 3 +++ lib/am/remake-hdr.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b964fcd9..fc100f9df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-10-26 Alexandre Duret-Lutz + * lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Depend on + $(am__configure_deps). + * automake.in (handle_configure): Distribute all AC_CONFIG_HEADERS sources, and without using require_file. Define %CONFIG_H_DEPS% and %FIRST_CONFIG_HIN% while processing remake-hdr.am. diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index c9b8070da..5cf5a9573 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -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 -- 2.47.2