summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-01-22 06:05:26 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-01-22 06:05:26 +0100
commit4e3472ae6fa64b80c9038a8acaf115d1a7e291c4 (patch)
tree1e1040b7140222a9dfb1ea5a73fff8e208aa76ef /autogen.sh
parent43fb36545b6e06cd1123fb6c84b288b086b06f3a (diff)
Install and use pre-commit indentation hook from common
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 3c2db610..06951baa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,6 +22,14 @@ then
fi
. common/gst-autogen.sh
+# install pre-commit hook for doing clean commits
+if test ! -x .git/hooks/pre-commit;
+then
+ cp common/hooks/pre-commit.hook .git/hooks/pre-commit
+ chmod +x .git/hooks/pre-commit
+fi
+
+
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc --enable-plugin-docs'
autogen_options $@