]> Pileus Git - aweather/blob - autogen.sh
adding some RSL patches, and support for velocity/spectum width color maps
[aweather] / autogen.sh
1 #!/bin/sh
2
3 gtkdocize
4 aclocal
5 autoheader
6 automake -a -c
7 autoconf
8
9 # Run configure
10 ./configure "$@"