core/pkgs/build-support/setup-hooks/autoreconf.sh

8 lines
200 B
Bash
Raw Normal View History

2024-05-02 00:46:19 +00:00
preConfigurePhases="${preConfigurePhases:-} autoreconfPhase"
autoreconfPhase() {
runHook preAutoreconf
autoreconf ${autoreconfFlags:---install --force --verbose}
runHook postAutoreconf
}