bscpkgs/bsc/setup-hooks/autoreconf.sh
2020-06-15 11:54:22 +02:00

8 lines
178 B
Bash

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