Make transports.c logs a bit more helpful.
[tor/neena.git] / autogen.sh
blob0592f16c2e3a21905362de59b8439896ceee1187
1 #!/bin/sh
3 if [ -x "`which autoreconf 2>/dev/null`" ] ; then
4 exec autoreconf -ivf
5 fi
7 set -e
9 # Run this to generate all the initial makefiles, etc.
10 aclocal && \
11 autoheader && \
12 autoconf && \
13 automake --add-missing --copy