xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/classes/xfce-git.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1do_configure:prepend() {
2       cd ${S}
3       NOCONFIGURE=yes ./autogen.sh
4       cd ${B}
5}
6
7AUTOTOOLS_COPYACLOCAL = "1"
8