enable building with automake 1.8
[claws.git] / autogen.sh
index 4f75a6da0fe3dff02635570fd462cfb5e39964af..d9fa6ab9e6bebcee2bfae4484a3a0a2f5d1bd547 100644 (file)
@@ -4,7 +4,8 @@ cd po
 /bin/sh poconv.sh
 cd ..
 
-aclocal -I ac \
+autopoint --force \
+  && aclocal -I m4 \
   && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \