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