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