diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-25 04:31:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-25 05:01:17 -0400 |
commit | dc66840dd745863c06ad6513f9f66d589bcc29d8 (patch) | |
tree | c08633143bf2c05b965d7b38b85610220f4d9ebb /acprep | |
parent | b4fc89ac29137e4b49e1db326400eaa7762bff06 (diff) | |
download | ledger-dc66840dd745863c06ad6513f9f66d589bcc29d8.tar.gz ledger-dc66840dd745863c06ad6513f9f66d589bcc29d8.tar.bz2 ledger-dc66840dd745863c06ad6513f9f66d589bcc29d8.zip |
Running acprep now checks for submodule updates
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |