forked from wolfSSL/wolfssl
Update autoconf rules. Fixes bug url to point to github issues.
This commit is contained in:
12
autogen.sh
12
autogen.sh
@@ -3,6 +3,15 @@
|
||||
# Create configure and makefile stuff...
|
||||
#
|
||||
|
||||
# Git hooks should come before autoreconf.
|
||||
if test -d .git; then
|
||||
if ! test -d .git; then
|
||||
mkdir .git/hooks
|
||||
fi
|
||||
ln -s -f ../../pre-commit.sh .git/hooks/pre-commit
|
||||
fi
|
||||
|
||||
# If this is a source checkout then call autoreconf with error as well
|
||||
if test -d .git; then
|
||||
WARNINGS="all,error"
|
||||
else
|
||||
@@ -11,6 +20,3 @@ fi
|
||||
|
||||
autoreconf --install --force --verbose
|
||||
|
||||
if test -d .git; then
|
||||
ln -s -f ../../pre-commit.sh .git/hooks/pre-commit
|
||||
fi
|
||||
|
Reference in New Issue
Block a user