1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-09 00:56:17 +02:00

40466: Update dependencies for config.h.in / autoheader.

Needs to happen after autoconf.
This commit is contained in:
Peter Stephenson 2017-01-31 09:34:33 +00:00
parent 6557aa4710
commit e641e40940
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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