10 lines
100 B
Bash
Executable File
10 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
aclocal -I m4 --install
|
|
autoreconf -fvi
|
|
|
|
git submodule init
|
|
git submodule update
|