Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and we have...
[tor.git] / autogen.sh
blob354d71433a013139285dc3d234053584c13ceab2
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