2025-05-10 21:58:58 +08:00

8 lines
122 B
Plaintext

do_configure:prepend() {
cd ${S}
NOCONFIGURE=yes ./autogen.sh
cd ${B}
}
AUTOTOOLS_COPYACLOCAL = "1"