r14819@catbus: nickm | 2007-08-27 19:40:11 -0400
[tor.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