r17391@pc-10-8-1-079: nickm | 2008-07-25 17:11:17 +0200
[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