about summary refs log tree commit diff
path: root/nixpkgs/doc/hooks/autoconf.section.md
blob: 90e4681ef93fe80e879c1f30e913a2719715008b (plain) (blame)
1
2
3
# Autoconf {#setup-hook-autoconf}

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.