From: Rafael L. <rla...@us...> - 2003-03-17 15:32:28
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv1351 Modified Files: configure.ac acinclude.m4 Makefile.am Log Message: I think that I finally got right the avoidance of compilation of the DocBook files after running configure. There is now a new configure option, namely --disable-docbook-build, which is set to "no" by default (the normal behavior is thus preserved). There is a new AM_CONDITIONAL (docbook_build, defined in doc/docbook/docbook.m4) that controls building in doc/docbook/src/Makefile.am. All my previous hacks involving AC_OUTPUT and config.status are not needed anymore anmd have been removed from configure.ac and acinclude.m4. There is no need for including config.status in the tarball, and its line has been removed from EXTRA_DIST in Makefile.am. |