X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=03209c012ea2bbef272926a1a6c0b0cef4c868f9;hb=1ba1615f4f53471ad47b4d7299dd4c97dc59a103;hp=31408b0da41235ee858c9b26139da89ca75cbb0d;hpb=343070b2c8c943fdbece1b34c94506d51f7c8c8c;p=chaz%2Ftint2 diff --git a/configure.ac b/configure.ac index 31408b0..03209c0 100644 --- a/configure.ac +++ b/configure.ac @@ -78,15 +78,6 @@ AC_ARG_ENABLE([examples], esac],[examples=false]) AM_CONDITIONAL([INSTALL_EXAMPLES], [test x$examples = xtrue]) -AC_ARG_ENABLE([doc], - [AS_HELP_STRING([--enable-doc], [Install additional documentation])], - [case "${enableval}" in - yes) doc=true ;; - no) doc=false ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-doc]) ;; - esac],[doc=false]) -AM_CONDITIONAL([INSTALL_DOC], [test x$doc = xtrue]) - AC_CONFIG_FILES([ Makefile doc/Makefile