summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks/autoreconf.sh
blob: c08cab1586882b48e12f9c6efbfc923fa12327eb (plain) (blame)
1
2
3
4
5
6
7
preConfigurePhases+=" autoreconfPhase"

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