summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index dd65ae1d..8d695b8b 100755
--- a/acprep
+++ b/acprep
@@ -1113,6 +1113,7 @@ class PrepareBuild(CommandLineApp):
def phase_config(self, *args):
self.log.debug('Executing phase: config')
+ self.phase_submodule()
self.phase_autoconf()
self.phase_configure(*args)
if self.should_clean: