applet: factor out config-related functions to their own source file
[espeaktime] / autogen.sh
1 #!/bin/sh
2
3 cd $(dirname $0)
4 libtoolize
5 aclocal
6 automake -ac
7 autoconf
8 # ./configure "${@}"
9