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