nixpkgs/pkgs/build-support/setup-hooks/autoreconf.sh
2021-08-03 12:43:34 +09:00

8 lines
200 B
Bash

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