
Idea borrowed from guix bootstrap script. If this proves to not be great we can move it :)
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
aclocal -I m4 --install
|
|
autoreconf -fvi
|
|
|
|
git submodule init
|
|
git submodule update
|