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