diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-04 21:19:58 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-04 21:19:58 +0200 |
commit | c3f49bcf796c74ffa6c671a88b8536359acab4a3 (patch) | |
tree | 18379e3a77aa4a3415d4d8d52ff10de0cc4420fb /configure.ac | |
parent | 5ed9ada634ace0d917fab8557f0a49e45f13dd3c (diff) |
simply remove --with-doc (#5048)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac index 6f6650c6..548ea9c8 100644 --- a/configure.ac +++ b/configure.ac @@ -45,20 +45,6 @@ CFLAGS="-Wall $CFLAGS" # Checks for header files. AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h]) -# Check for compiling documentation -with_doc = yes -AC_MSG_CHECKING([for compiling documentation]) -AC_ARG_WITH(doc, - [AS_HELP_STRING([--with-doc], [Compile documentation])], - [AC_MSG_RESULT([given])], - [AC_MSG_RESULT(not given) - with_doc = no]) - -AS_CASE([$with_doc], - [yes], AC_CHECK_PROG([texicomp], [texi2pdf], [yes])) -AS_IF([test "x$with_doc" = "xyes" -a "x$texicomp" != "xyes"], AC_MSG_ERROR([A texinfo compiler is needed. Install texi2pdf.])) -AM_CONDITIONAL([WITH_DOC], [test "x$with_doc" = "xyes"]) - # Check for GNUnet's libgnunetutil. libgnunetutil=0 AC_MSG_CHECKING([for libgnunetutil]) @@ -296,7 +282,6 @@ else # logic if doc_only is set, make sure conditionals are still defined AM_CONDITIONAL([HAVE_GNUNETPQ], [false]) -AM_CONDITIONAL([WITH_DOC], [true]) AM_CONDITIONAL([HAVE_POSTGRESQL], [false]) AM_CONDITIONAL([HAVE_TALERFAKEBANK], [false]) AM_CONDITIONAL([HAVE_LIBCURL], [false]) |