conv_encode_header(): fix bug when long headers with 8-bit characters are used
[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 $@