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

8 lines
200 B
Bash
Raw Normal View History

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