diff options
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/commence.in b/config/commence.in index 7a04cc5..fa1b649 100644 --- a/config/commence.in +++ b/config/commence.in @@ -146,6 +146,11 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) # rerun the autoconf process if any configure components have changed. reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -cd $(top_builddir); CONFIG_HEADERS= ./config.status + @for sub in @subdirs@ dummy; do \ + if test $$test != dummy; then \ + -cd $$test; $(MAKE) reconfigure; \ + fi; \ + done; ##----------------------------------------------------------------------------- ## The following section of this makefile comes from the middle of |