[xiph-commits] r17828 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Thu Feb 10 14:55:47 PST 2011
Author: giles
Date: 2011-02-10 14:55:47 -0800 (Thu, 10 Feb 2011)
New Revision: 17828
Modified:
trunk/theora/configure.ac
Log:
Update documenation to reflect --enable-docs being the default.
We try to build the doxygen api documentation if the tool is
available, so it's more appropriate to document this option
as a --disable than an --enable.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2011-02-10 22:15:33 UTC (rev 17827)
+++ trunk/theora/configure.ac 2011-02-10 22:55:47 UTC (rev 17828)
@@ -72,7 +72,7 @@
dnl Check for doxygen
AC_ARG_ENABLE([doc],
- AS_HELP_STRING([--enable-doc], [Build API documentation]),
+ AS_HELP_STRING([--disable-doc], [Do not build API documentation]),
[ac_enable_doc=$enableval], [ac_enable_doc=auto])
if test "x$ac_enable_doc" != "xno"; then
More information about the commits
mailing list