From 6ad4d51893f28519796d6cf7d64ac0d04d12d393 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 22 Aug 2012 14:18:08 +0200 Subject: [PATCH] Use the name --disable-documentation in the configure help message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f6b6d83d..b2478918 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_ARG_ENABLE(gcov, [enable_gcov=no]) AC_ARG_ENABLE(documentation, - AC_HELP_STRING([--enable-documentation], [Generate TeX documentation (default=auto)]),, + AC_HELP_STRING([--disable-documentation], [Omit building and installing the documentation. (default=auto)]),, [enable_documentation=auto]) LSH_RPATH_INIT([`echo $with_lib_path | sed 's/:/ /g'` \ -- 2.47.3