two more bugs i should keep track of
[tor.git] / autogen.sh
blobe97bd24511049b1b44fc35ee4dd222c87aec7dbb
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 if test x$NOCONF = x ; then ./configure "$@"; fi