]> Pileus Git - grits/blob - autogen.sh
Document GisPlugin
[grits] / autogen.sh
1 #!/bin/sh
2
3 gtkdocize
4 libtoolize
5 aclocal
6 autoheader
7 automake -a -c
8 autoconf
9
10 # Run configure
11 ./configure "$@"