about summary refs log tree commit diff
path: root/doc/hooks/autoconf.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hooks/autoconf.section.md')
-rw-r--r--doc/hooks/autoconf.section.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/hooks/autoconf.section.md b/doc/hooks/autoconf.section.md
index 13d75910f1929..90e4681ef93fe 100644
--- a/doc/hooks/autoconf.section.md
+++ b/doc/hooks/autoconf.section.md
@@ -1,4 +1,3 @@
-
-### Autoconf {#setup-hook-autoconf}
+# 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.