Remove python daemon, superseded by C daemon.
[espeaktime] / autogen.sh
1 #!/bin/sh
2
3 cd $(dirname $0)
4 aclocal
5 automake -ac
6 autoconf
7 # ./configure "${@}"
8