[xiph-commits] r11601 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Tue Jun 20 13:35:17 PDT 2006


Author: giles
Date: 2006-06-20 13:35:17 -0700 (Tue, 20 Jun 2006)
New Revision: 11601

Modified:
   trunk/theora/configure.ac
Log:
Add a line to the build config summary to indicate whether the Doxygen 
API documentation will be built.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2006-06-20 19:48:31 UTC (rev 11600)
+++ trunk/theora/configure.ac	2006-06-20 20:35:17 UTC (rev 11601)
@@ -310,6 +310,13 @@
 AS_AC_EXPAND(BINDIR, ${bindir})
 AS_AC_EXPAND(DOCDIR, ${datadir}/doc)
 
+if test $HAVE_DOXYGEN = "false"; then
+  doc_build="no"
+else
+  doc_build="yes"
+fi
+dnl need to handle spec build?
+
 AC_MSG_RESULT([
 ------------------------------------------------------------------------
   $PACKAGE $VERSION:  Automatic configuration OK.
@@ -319,6 +326,7 @@
     Encoding support: ........... ${ac_enable_encode}
     Floating point support: ..... ${ac_enable_float}
     Assembly optimization: ...... ${cpu_optimization}
+    API Documentation: .......... ${doc_build}
 
   Installation paths:
 



More information about the commits mailing list