Not only tunnel setup, but data transport is now working as well.
[public-tsp] / configure
1 #!/bin/sh
2 echo I am too old for autotools -- perhaps someone is interesting in putting it in?
3 if [ -r Makefile.in ]
4 then
5         echo 'Writing Makefile...'
6         cp Makefile.in Makefile
7 fi