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

9 lines
224 B
Bash

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