Avoid recursion when processing residual inbuf data.
[shim.git] / autogen.sh
blob49d1bfc3ea1510c13ef6da386cd169cacd2faa27
1 #!/bin/sh
3 #Hi, this is copied from Tor.
5 set -e
7 # Run this to generate all the initial makefiles, etc.
8 aclocal && \
9 autoheader && \
10 autoconf && \
11 automake --add-missing --copy