bootstrap.sh 102 B

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