document dirpolicy config option
[tor.git] / autogen.sh
blob92239bf3fc25d477d4c64c090bfabf6a5bc01705
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3 aclocal &&
4 autoheader &&
5 autoconf &&
6 automake --add-missing --copy &&
7 ./configure