summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
blob: d4341de508f699bc2bad07b1d97d7a9ffaf09e68 (plain)
1
2
3
4
5
6
#!/bin/sh

aclocal && autoheader && \
	automake --add-missing && autoconf && ./configure && make