Liam Girdwood | c0dfb4e | 2016-09-21 15:57:22 +0100 | [diff] [blame] | 1 | #!/bin/bash |
Liam Girdwood | 5f5d7c2 | 2017-11-26 08:14:02 +0800 | [diff] [blame] | 2 | rm -f .build |
Pierre-Louis Bossart | f7beb51 | 2018-01-22 08:32:31 -0600 | [diff] [blame] | 3 | if [ ! -f .git/hooks/pre-commit ]; then |
| 4 | ln -s -f ../../scripts/sof-pre-commit-hook.sh .git/hooks/pre-commit |
| 5 | fi |
| 6 | if [ ! -f .git/hooks/post-commit ]; then |
| 7 | ln -s -f ../../scripts/sof-post-commit-hook.sh .git/hooks/post-commit |
| 8 | fi |
Liam Girdwood | c0dfb4e | 2016-09-21 15:57:22 +0100 | [diff] [blame] | 9 | libtoolize -c --force |
| 10 | aclocal -I m4 --install |
| 11 | autoconf -Wall |
| 12 | autoheader |
| 13 | automake -a --copy --foreign --add-missing |