Add: gst-play-event Silent-proof media player
[espeaktime] / autogen.sh
1 #!/bin/sh
2
3 cd $(dirname $0)
4 aclocal
5 automake -ac
6 autoconf
7 # ./configure "${@}"
8