Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 7 lines 200 B view raw
1preConfigurePhases="${preConfigurePhases:-} autoreconfPhase" 2 3autoreconfPhase() { 4 runHook preAutoreconf 5 autoreconf ${autoreconfFlags:---install --force --verbose} 6 runHook postAutoreconf 7}