summaryrefslogtreecommitdiff
path: root/bootstrap
blob: aee4c08c64a8338116b84d1ef9f5bb0f90b29ef9 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ ! -d build-aux ]; then
	mkdir build-aux
fi

autoreconf --force --install --symlink