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