5c946da49e
svn path=/nixpkgs/trunk/; revision=6281
9 lines
98 B
Bash
9 lines
98 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|