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