Skip to content

Commit b990e81

Browse files
committed
Remove pre-commit hooks
1 parent cc4c3a6 commit b990e81

2 files changed

Lines changed: 0 additions & 44 deletions

File tree

autogen.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55

66
set -e
77

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-
168
# if get an error about libtool not setup
179
# " error: Libtool library used but 'LIBTOOL' is undefined
1810
# The usual way to define 'LIBTOOL' is to add 'LT_INIT' "

pre-commit.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)