]> Pileus Git - aweather/blobdiff - autogen.sh
Update TODO
[aweather] / autogen.sh
index 52c7bc999cee92ae82a5c533b3bf35ef922788ad..bd6daa8b8f384426cfea98d6f0f41de1b4033ee1 100755 (executable)
@@ -1,10 +1,12 @@
 #!/bin/sh
 
-gtkdocize
-aclocal
+gnulib-tool --no-vc-files --import strptime
+
+libtoolize
+aclocal -I m4
+autoconf
 autoheader
 automake -a -c
-autoconf
 
 # Run configure
 ./configure "$@"