summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-25 04:31:10 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-25 05:01:17 -0400
commitdc66840dd745863c06ad6513f9f66d589bcc29d8 (patch)
treec08633143bf2c05b965d7b38b85610220f4d9ebb /acprep
parentb4fc89ac29137e4b49e1db326400eaa7762bff06 (diff)
downloadledger-dc66840dd745863c06ad6513f9f66d589bcc29d8.tar.gz
ledger-dc66840dd745863c06ad6513f9f66d589bcc29d8.tar.bz2
ledger-dc66840dd745863c06ad6513f9f66d589bcc29d8.zip
Running acprep now checks for submodule updates
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: