core/pkgs/build-support/setup-hooks/autoreconf.sh
2024-05-13 11:34:52 -04:00

8 lines
200 B
Bash

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