summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 4 insertions, 0 deletions
diff --git a/acprep b/acprep
index 60e223d1..387ab065 100755
--- a/acprep
+++ b/acprep
@@ -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