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

                                      
                                                      
                                                           



                         
                                                              

                          
preConfigurePhases+=" autoreconfPhase"

for i in @autoconf@ @automake@ @libtool@ @gettext@; do
    findInputs $i nativePkgs propagated-native-build-inputs
done

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