mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-15 02:11:07 +02:00
40466: Update dependencies for config.h.in / autoheader.
Needs to happen after autoconf.
This commit is contained in:
parent
6557aa4710
commit
e641e40940
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2017-01-30 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 40469: Src/Zle/complete.c: change strategy from 40453 to use
|
* 40469: Src/Zle/complete.c: change strategy from 40453 to use
|
||||||
|
|
|
@ -151,8 +151,7 @@ config.modules: $(sdir)/config.h.in config.status config.modules.sh
|
||||||
$(SHELL) ./config.modules.sh
|
$(SHELL) ./config.modules.sh
|
||||||
|
|
||||||
$(sdir)/config.h.in: $(sdir)/stamp-h.in
|
$(sdir)/config.h.in: $(sdir)/stamp-h.in
|
||||||
$(sdir)/stamp-h.in: $(sdir)/configure.ac \
|
$(sdir)/stamp-h.in: $(sdir)/configure
|
||||||
$(sdir)/aclocal.m4 $(sdir)/aczsh.m4
|
|
||||||
cd $(sdir) && autoheader
|
cd $(sdir) && autoheader
|
||||||
echo > $(sdir)/stamp-h.in
|
echo > $(sdir)/stamp-h.in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue