summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/ocfs2-tools/PRE_BUILD')
-rwxr-xr-xcluster/ocfs2-tools/PRE_BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/cluster/ocfs2-tools/PRE_BUILD b/cluster/ocfs2-tools/PRE_BUILD
new file mode 100755
index 0000000000..e0291789f9
--- /dev/null
+++ b/cluster/ocfs2-tools/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if [[ $OCFS2_TOOLS_BRANCH == scm ]]; then
+ autoreconf -fi
+fi