autoreconf may need gettext

E. g. for AC_LIB_PREFIX
This commit is contained in:
Igor Pashev 2014-12-22 18:17:53 +01:00
parent 79209e30b5
commit d57927748a
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
preConfigurePhases+=" autoreconfPhase"
for i in @autoconf@ @automake@ @libtool@; do
for i in @autoconf@ @automake@ @libtool@ @gettext@; do
findInputs $i nativePkgs propagated-native-build-inputs
done
autoreconfPhase() {
runHook preAutoreconf
autoreconf ${autoreconfFlags:---install --force}
autoreconf ${autoreconfFlags:---install --force --verbose}
runHook postAutoreconf
}

View File

@ -252,7 +252,7 @@ let
};
autoreconfHook = makeSetupHook
{ substitutions = { inherit autoconf automake libtool; }; }
{ substitutions = { inherit autoconf automake libtool gettext; }; }
../build-support/setup-hooks/autoreconf.sh;
buildEnv = import ../build-support/buildenv {