blob: 862e429ee432ef5c7e813e3cfb7ac7263b3a9751 [file] [log] [blame]
#!/bin/sh
ln -s ../../tools/pre-commit-code-style.sh .git/hooks/pre-commit
echo "git submodule update"
git submodule sync
git submodule init
git submodule update
echo "Generating configure files"
autoreconf -i
# Run twice to get around a "ltmain.sh" bug
autoreconf --install --force