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

                         
                                                              

                          
preConfigurePhases="${preConfigurePhases:-} autoreconfPhase"

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