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