Fix a bug where seting allow_annotations==0 only ignores annotations, but does not...
[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