test existence of cert.pem (problem seems common, Paul and me already
[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 $@