increasing the extra version, for the changes in src/mimeview.c (1.88)
[claws.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I ac \
4   && libtoolize --force --copy \
5   && autoheader \
6   && automake --add-missing --foreign --copy \
7   && autoconf \
8   && ./configure --enable-maintainer-mode $@