]> Pileus Git - aweather/blob - autogen.sh
bd6daa8b8f384426cfea98d6f0f41de1b4033ee1
[aweather] / autogen.sh
1 #!/bin/sh
2
3 gnulib-tool --no-vc-files --import strptime
4
5 libtoolize
6 aclocal -I m4
7 autoconf
8 autoheader
9 automake -a -c
10
11 # Run configure
12 ./configure "$@"