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