This commit was manufactured by cvs2svn to create branch 'gtk2'.
[claws.git] / autogen.sh
index 9b71bf130c2598438293799800e7d022758129c5..4f75a6da0fe3dff02635570fd462cfb5e39964af 100644 (file)
@@ -1,6 +1,11 @@
 #!/bin/sh
 
+cd po
+/bin/sh poconv.sh
+cd ..
+
 aclocal -I ac \
+  && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
   && autoconf \