X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=configure.in;h=80330af8e759544e3136512521516589c276a8ba;hp=7d5aa722bcac5b6101fcaedf8e26ede9173ed53b;hb=44ff7efafe7cb3e3f64ee907907062a68eb95b9e;hpb=19457cda7eb2924618a009690217581a4e55173d;ds=sidebyside diff --git a/configure.in b/configure.in index 7d5aa722..80330af8 100644 --- a/configure.in +++ b/configure.in @@ -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).