bscpkgs/bsc/setup-hooks/autoreconf.sh

8 lines
178 B
Bash
Raw Normal View History

2020-06-15 11:54:22 +02:00
preConfigurePhases+=" autoreconfPhase"
autoreconfPhase() {
runHook preAutoreconf
autoreconf ${autoreconfFlags:---install --force --verbose}
runHook postAutoreconf
}