2012-05-19 04:52:36 +02:00
|
|
|
preConfigurePhases+=" autoreconfPhase"
|
|
|
|
|
|
|
|
for i in @autoconf@ @automake@ @libtool@; do
|
2012-12-28 19:20:09 +01:00
|
|
|
findInputs $i nativePkgs propagated-native-build-inputs
|
2012-05-19 04:52:36 +02:00
|
|
|
done
|
|
|
|
|
|
|
|
autoreconfPhase() {
|
|
|
|
runHook preAutoreconf
|
|
|
|
autoreconf ${autoreconfFlags:---install --force}
|
|
|
|
runHook postAutoreconf
|
|
|
|
}
|