config: use "obey_silent_profile" pref instead of "ignore_silent"
[espeaktime] / autogen.sh
1 #!/bin/sh
2
3 cd $(dirname $0)
4 libtoolize
5 aclocal
6 automake -ac
7 autoconf
8 # ./configure "${@}"
9