summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-23 22:58:09 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-23 22:58:09 (GMT)
commitaf17e1ee3f8544684829fcff8e368b51d07f74b6 (patch)
treed8ca9f9d43859cea66051b2b27731e222854e6d2 /config
parent51ba7ad48ca49d21d41d4f77c2c369f8c5e2cfb6 (diff)
downloadhdf5-af17e1ee3f8544684829fcff8e368b51d07f74b6.zip
hdf5-af17e1ee3f8544684829fcff8e368b51d07f74b6.tar.gz
hdf5-af17e1ee3f8544684829fcff8e368b51d07f74b6.tar.bz2
[svn-r2719] Purpose:
Bug fix Description: During a `reconfigure', it wasn't traversing the subdirectories... Solution: Added a loop to the reconfigure logic to do just that. Platforms tested: NOT tested...
Diffstat (limited to 'config')
-rw-r--r--config/commence.in5
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