make RR dialog go away if you said no and you meant no...
[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 $@