From 8a442e5db2989df6283b323fc8176df75972bab2 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Sun, 25 Mar 2018 00:23:44 -0400
Subject: gnu: asciidoc: Restore custom 'bootstrap' phase.

Fix a regression introduced by commit
189be331acfda1c242a9c85fca8d2a0356742f48.

* gnu/packages/documentation.scm (asciidoc)[arguments]: Restore the custom
'bootstrap' phase that present prior to commit 189be33.
---
 gnu/packages/documentation.scm | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'gnu/packages/documentation.scm')

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index cde689c63d..e36200bbab 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -59,6 +59,9 @@
      `(#:tests? #f                     ; no 'check' target
        #:phases
        (modify-phases %standard-phases
+         (replace 'bootstrap
+           (lambda _
+             (invoke "autoconf")))
          ;; Some XML-related binaries are required for asciidoc's proper usage.
          ;; Without these, asciidoc fails when parsing XML documents, either
          ;; reporting a missing "xmllint" binary or, when passed the
-- 
cgit 1.4.1