Fix a couple of non-cleared key issues in hidden services
[tor/rransom.git] / autogen.sh
blobeb9395c719d1f7a7a21eedfaca2ddb5d2ff13b57
1 #!/bin/sh
3 set -e
5 # Run this to generate all the initial makefiles, etc.
6 aclocal && \
7 autoheader && \
8 autoconf && \
9 automake --add-missing --copy