nixpkgs/doc/hooks/autoconf.section.md
2022-10-13 15:40:27 +02:00

396 B
Raw Blame History

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 packages configure scripts.