Added license file, minor updates to manpage
[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