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