]> Pileus Git - aweather/blob - autogen.sh
Roam and Wms optimizations
[aweather] / 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 "$@"