diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-23 20:05:42 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-23 20:05:42 -0400 |
commit | 876e2a906498c527cc2e447394bcdd6567dbd5be (patch) | |
tree | bb7f1efc703b7f228866ff7d02988a41a7f8a293 | |
parent | 396fa731c8523c20235b560cfcd6d66d804bdd9f (diff) | |
download | fork-ledger-876e2a906498c527cc2e447394bcdd6567dbd5be.tar.gz fork-ledger-876e2a906498c527cc2e447394bcdd6567dbd5be.tar.bz2 fork-ledger-876e2a906498c527cc2e447394bcdd6567dbd5be.zip |
Call out to git-submodule from acprep.
-rwxr-xr-x | acprep | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ # This script simply sets up the compiler and linker flags for all the various # build permutations I use for testing and profiling. +# Make sure that all of the dependencies are available +git submodule init +git submodule update + COMMIT=$(git describe --all --long | sed 's/heads\///') echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4 |