[xiph-cvs] cvs commit: vorbis configure.in
Ralph Giles
giles at xiph.org
Mon Jul 21 10:22:18 PDT 2003
giles 03/07/21 13:22:17
Modified: . configure.in
Log:
Don't build docs by default even if the tools are available. Basically the problem is people with the tools installed often don't have an appropriate local catalog file to the xsltproc runs are either very slow, or fail because the websites are down (thank you oasis). You now need to pass --enable-docs to build them.
Revision Changes Path
1.68 +2 -2 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- configure.in 18 Jan 2003 21:04:21 -0000 1.67
+++ configure.in 21 Jul 2003 17:22:17 -0000 1.68
@@ -43,12 +43,12 @@
dnl docbook xml transform and processing tools
AC_ARG_ENABLE(docs,
- [ --disable-docs don't build the documentation],
+ [ --enable-docs build the documentation],
[case "${enableval}" in
yes) build_docs=true;;
no) build_docs=false;;
*) AC_MSG_ERROR(unknown value ${enableval} for --enable-docs);;
- esac],[build_docs=true])
+ esac],[build_docs=false])
dnl ideally we'd look for other tools and support them
if test x$build_docs = xtrue; then
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list