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