mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
d57927748a
E. g. for AC_LIB_PREFIX
12 lines
299 B
Bash
12 lines
299 B
Bash
preConfigurePhases+=" autoreconfPhase"
|
|
|
|
for i in @autoconf@ @automake@ @libtool@ @gettext@; do
|
|
findInputs $i nativePkgs propagated-native-build-inputs
|
|
done
|
|
|
|
autoreconfPhase() {
|
|
runHook preAutoreconf
|
|
autoreconf ${autoreconfFlags:---install --force --verbose}
|
|
runHook postAutoreconf
|
|
}
|