nixpkgs-odroid-hc4/pkgs/build-support/setup-hooks/autoreconf.sh
2025-12-20 09:59:59 +11:00

7 lines
200 B
Bash

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