9b71bf130c2598438293799800e7d022758129c5
[claws.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I ac \
4   && autoheader \
5   && automake --add-missing --foreign --copy \
6   && autoconf \
7   && ./configure --enable-maintainer-mode $@