aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: efe6d360d98dc184da6fd916eee578fea5f5f332 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal &&
	autoheader &&
	autoconf &&
	automake --add-missing --copy
./configure