1do_configure_prepend() {
2       cd ${S}
3       NOCONFIGURE=yes ./autogen.sh
4       cd ${B}
5}
6
7AUTOTOOLS_COPYACLOCAL = "1"
8