10 lines
98 B
Bash
10 lines
98 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
preConfigure() {
|
||
|
autoreconf -i
|
||
|
}
|
||
|
|
||
|
preConfigure=preConfigure
|
||
|
|
||
|
genericBuild
|