aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files 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
340# FIXME: Something is wrong about this in the output of ./configure runs 340# FIXME: Something is wrong about this in the output of ./configure runs
341AC_MSG_CHECKING(wether to include generated texi2mdoc output in installation) 341AC_MSG_CHECKING(wether to include generated texi2mdoc output in installation)
342AC_ARG_ENABLE([texi2mdoc-generation], 342AC_ARG_ENABLE([texi2mdoc-generation],
343[AS_HELP_STRING([--disable-texi2mdoc-generation], [do not include generated texi2mdoc output in installation])], 343 [AS_HELP_STRING([--disable-texi2mdoc-generation], [do not include generated texi2mdoc output in installation])],
344[texi2mdoc-generation=${enableval}], 344 [texi2mdoc_generation=${enableval}],
345[texi2mdoc-generation=yes]) 345 [texi2mdoc_generation=yes])
346AC_MSG_RESULT($texi2mdoc-generation) 346AC_MSG_RESULT($texi2mdoc_generation)
347if test "x$texi2mdoc-generation" = "xyes" 347if test "x$texi2mdoc_generation" = "xyes"
348then 348then
349 if test "$texi2mdoc" = 0 349 if test "$texi2mdoc" = 0
350 then 350 then