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

                                      

                         
                                                              

                          
preConfigurePhases+=" autoreconfPhase"

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