6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
|
do_configure_prepend () {
|
||
|
|
||
|
#Allow build paths with containing AU.
|
||
|
sed 's|AC_CANONICAL_SYSTEM|m4_pattern_allow([^AU_])\nAC_CANONICAL_SYSTEM|' -i ${S}/configure.in
|
||
|
}
|