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