From: Rafael L. <rla...@us...> - 2003-03-12 22:32:28
|
Update of /cvsroot/plplot/plplot/doc/docbook In directory sc8-pr-cvs1:/tmp/cvs-serv26906/doc/docbook Modified Files: configure.ac Log Message: The AM_CONDITIONALs inside the macro CHECK_PROG (in doc/docbook/configure.ac) were not being defined when --disable-docbook was given to configure. The only relevant AM_CONDITIONAL (namely has_onsgmls) has been moved outisde the test for enable_docbook in configure.ac. |