fine tune solution to focus problems (bug #7)
[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 $@