nixpkgs/pkgs/build-support/setup-hooks/autoreconf.sh

8 lines
178 B
Bash

preConfigurePhases+=" autoreconfPhase"
autoreconfPhase() {
runHook preAutoreconf
autoreconf ${autoreconfFlags:---install --force --verbose}
runHook postAutoreconf
}