]> Pileus Git - grits/blob - autogen.sh
pushing more things
[grits] / autogen.sh
1 #!/bin/sh
2
3 aclocal
4 autoheader
5 automake -a -c
6 autoconf
7
8 # Run configure
9 ./configure "$@"