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