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