]> Pileus Git - aweather/blob - autogen.sh
Fix gpsd configure script
[aweather] / autogen.sh
1 #!/bin/sh
2
3 libtoolize
4 aclocal -I m4
5 autoconf
6 autoheader
7 automake -a -c
8
9 # Run configure
10 ./configure "$@"