We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4c3a6 commit b990e81Copy full SHA for b990e81
2 files changed
autogen.sh
@@ -5,14 +5,6 @@
5
6
set -e
7
8
-# Git hooks should come before autoreconf.
9
-if test -d .git; then
10
- if ! test -d .git/hooks; then
11
- mkdir .git/hooks
12
- fi
13
- ln -s -f ../../pre-commit.sh .git/hooks/pre-commit
14
-fi
15
-
16
# if get an error about libtool not setup
17
# " error: Libtool library used but 'LIBTOOL' is undefined
18
# The usual way to define 'LIBTOOL' is to add 'LT_INIT' "
pre-commit.sh
0 commit comments