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