]> www.ginac.de Git - ginac.git/blobdiff - configure.in
- extended the "Algorithms" chapter which has been renamed to "Methods and
[ginac.git] / configure.in
index 7d5aa722bcac5b6101fcaedf8e26ede9173ed53b..80330af8e759544e3136512521516589c276a8ba 100644 (file)
@@ -73,8 +73,8 @@ AM_PROG_LEX
 AC_PROG_YACC
 
 dnl Configure options.
-AC_ARG_ENABLE(html-doc, [  --enable-html-doc       build HTML documentation [default=yes]], , enable_html_doc=yes)
-AC_ARG_ENABLE(ps-doc,   [  --enable-ps-doc         build PostScript documentation [default=yes]], , enable_ps_doc=yes)
+AC_ARG_ENABLE(html-doc, [  --enable-html-doc       build HTML documentation [default=no]], , enable_html_doc=no)
+AC_ARG_ENABLE(ps-doc,   [  --enable-ps-doc         build PostScript documentation [default=no]], , enable_ps_doc=no)
 AC_ARG_WITH(cint, [  --with-cint=CINTSYSDIR  build GiNaC-cint C++ interpreter [default=no]], , with_cint=no)
 
 dnl Check for data types which are needed by the hash function (golden_ratio_hash).