From d9415604a052facf2be3f684de176a94dd37f660 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 1 Apr 2019 18:26:06 +0000 Subject: [PATCH] Fix building texi2mdoc generation --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 270011a1c..eac6b67b8 100644 --- a/configure.ac +++ b/configure.ac @@ -340,11 +340,11 @@ fi # FIXME: Something is wrong about this in the output of ./configure runs AC_MSG_CHECKING(wether to include generated texi2mdoc output in installation) AC_ARG_ENABLE([texi2mdoc-generation], -[AS_HELP_STRING([--disable-texi2mdoc-generation], [do not include generated texi2mdoc output in installation])], -[texi2mdoc-generation=${enableval}], -[texi2mdoc-generation=yes]) -AC_MSG_RESULT($texi2mdoc-generation) -if test "x$texi2mdoc-generation" = "xyes" + [AS_HELP_STRING([--disable-texi2mdoc-generation], [do not include generated texi2mdoc output in installation])], + [texi2mdoc_generation=${enableval}], + [texi2mdoc_generation=yes]) +AC_MSG_RESULT($texi2mdoc_generation) +if test "x$texi2mdoc_generation" = "xyes" then if test "$texi2mdoc" = 0 then -- 2.25.1