From 6d2d764fc734a2929a3c4acc15064827be54b123 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Wed, 20 Sep 2006 17:28:22 +0000 Subject: [PATCH] Removed --enable-docs switch from 0.2.2 --- configure.ac | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/configure.ac b/configure.ac index 749511e..17e8059 100644 --- a/configure.ac +++ b/configure.ac @@ -93,23 +93,6 @@ else CFLAGS="$CFLAGS -DDEBUG" fi -AC_MSG_CHECKING([if we build the HTML documentation]) -AC_ARG_ENABLE(docs, -[ --enable-docs Use doxygen to build HTML documentation], -[case "${enableval}" in - yes) build_docs=true ;; - no) build_docs=false ;; - *) AC_MSG_ERROR(bad value ${enableval} for --enable-docs) ;; -esac],[build_docs=false]) - -if test "x$build_docs" = "xtrue"; then - AC_MSG_RESULT([yes]) - touch doc/doc.lock -else - AC_MSG_RESULT([no (use --enable-docs to enable)]) - rm -f doc/doc.lock -fi - AC_CONFIG_FILES([ Makefile doc/doxygen.conf