2012-05-18 19:52:36 -07:00
|
|
|
preConfigurePhases+=" autoreconfPhase"
|
|
|
|
|
2014-12-22 09:17:53 -08:00
|
|
|
for i in @autoconf@ @automake@ @libtool@ @gettext@; do
|
2012-12-28 10:20:09 -08:00
|
|
|
findInputs $i nativePkgs propagated-native-build-inputs
|
2012-05-18 19:52:36 -07:00
|
|
|
done
|
|
|
|
|
|
|
|
autoreconfPhase() {
|
|
|
|
runHook preAutoreconf
|
2014-12-22 09:17:53 -08:00
|
|
|
autoreconf ${autoreconfFlags:---install --force --verbose}
|
2012-05-18 19:52:36 -07:00
|
|
|
runHook postAutoreconf
|
|
|
|
}
|