Add missing include; patch by Christian Hesse
[claws.git] / autogen.sh
index 94d58e34fd5d04cc3247bd88622224082b6377b8..cf8cc70b24c205ef3fc881000542d87decc95574 100755 (executable)
@@ -74,11 +74,16 @@ else
        fi
 fi
 
+intltoolver=`intltoolize --version`
+if [ "$intltoolver" = "" ]; then
+       echo intltool is needed to compile Claws Mail git
+       exit 1
+fi
 
 aclocal -I m4 \
   && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
   && autoconf \
-  && intltoolize -f \
+  && intltoolize -f --automake \
   && ./configure --enable-maintainer-mode $@