2012-05-19 04:52:36 +02:00
|
|
|
preConfigurePhases+=" autoreconfPhase"
|
|
|
|
|
2014-12-22 18:17:53 +01:00
|
|
|
for i in @autoconf@ @automake@ @libtool@ @gettext@; 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
|
2014-12-22 18:17:53 +01:00
|
|
|
autoreconf ${autoreconfFlags:---install --force --verbose}
|
2012-05-19 04:52:36 +02:00
|
|
|
runHook postAutoreconf
|
|
|
|
}
|