summaryrefslogtreecommitdiffstats
path: root/archive-libs/snappy/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'archive-libs/snappy/PRE_BUILD')
-rwxr-xr-xarchive-libs/snappy/PRE_BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/archive-libs/snappy/PRE_BUILD b/archive-libs/snappy/PRE_BUILD
new file mode 100755
index 0000000000..597c57cb87
--- /dev/null
+++ b/archive-libs/snappy/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if [ "${SNAPPY_BRANCH}" == "scm" ]; then
+ ./autogen.sh
+fi