about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fb8c8e3ba..74a4844ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-31  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 40466: Makefile.in: update depencencies so autoheader is run
+	after autoconf when configuration input files change.
+
 2017-01-30  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 40469: Src/Zle/complete.c: change strategy from 40453 to use
diff --git a/Makefile.in b/Makefile.in
index cb74e94ef..ae18855ff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -151,8 +151,7 @@ config.modules: $(sdir)/config.h.in config.status config.modules.sh
 	$(SHELL) ./config.modules.sh
 
 $(sdir)/config.h.in: $(sdir)/stamp-h.in
-$(sdir)/stamp-h.in: $(sdir)/configure.ac \
-		$(sdir)/aclocal.m4 $(sdir)/aczsh.m4
+$(sdir)/stamp-h.in: $(sdir)/configure
 	cd $(sdir) && autoheader
 	echo > $(sdir)/stamp-h.in