python3Packages.jsonschema: 4.16.0 -> 4.17.0
[NixPkgs.git] / doc / hooks / autoconf.section.md
blob13d75910f1929b935da10aa31e5f28475981e023
2 ### Autoconf {#setup-hook-autoconf}
4 The `autoreconfHook` derivation adds `autoreconfPhase`, which runs autoreconf, libtoolize and automake, essentially preparing the configure script in autotools-based builds. Most autotools-based packages come with the configure script pre-generated, but this hook is necessary for a few packages and when you need to patch the package’s configure scripts.