Move ElapsedTime to tcontrl.c, now that there is a single implementation.
[gnushogi.git] / autogen.sh
1 #!/bin/bash
2
3 autoreconf -f -i
4
5 echo "You may now run ./configure"