bootstrap.sh 110 B

12345678910
  1. #!/usr/bin/env bash
  2. set -e
  3. aclocal -I m4 --install
  4. autoreconf -fvi
  5. git submodule init
  6. git submodule update