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

8 lines
178 B
Bash
Raw Normal View History

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