]> Pileus Git - aweather/blobdiff - autogen.sh
Convert GtkBox and GtkScale to GTK 3 version
[aweather] / autogen.sh
index 086ea135813ad175ded22febcf021eaaffbd2957..90d7005e6c4d3dafebbed8a5e6970089c05949d7 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 libtoolize
-aclocal
+aclocal -I m4
+autoconf
 autoheader
 automake -a -c
-autoconf
 
 # Run configure
 ./configure "$@"