From: vsr Date: Wed, 17 May 2006 13:57:51 +0000 (+0000) Subject: Patch doxygen: remove --with-doxywizard configure parameter, because it is not compil... X-Git-Tag: V_3_2_2~64 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=89df64134a85320faddd2ec691c26a7934ae8a16;p=tools%2Finstall.git Patch doxygen: remove --with-doxywizard configure parameter, because it is not compiled on some platforms --- diff --git a/config_files/doxygen-1.4.6.sh b/config_files/doxygen-1.4.6.sh index c227e19..ca756d5 100755 --- a/config_files/doxygen-1.4.6.sh +++ b/config_files/doxygen-1.4.6.sh @@ -73,7 +73,8 @@ mv ./tmake/lib/linux-g++/tmake.conf.new ./tmake/lib/linux-g++/tmake.conf # vsr: fix bug - configure fails on Red Hat 9 because of incorrect autodetect check for install tool # so it is necessary to put it directly f_install="--install "`which install` -check_job ${PRODUCT_DIR}/CONFIGURE.LOG ./configure --with-doxywizard --prefix ${PRODUCT_DIR} $f_install +# vsr: removed --with-doxywizard option (not compilable on some platforms) +check_job ${PRODUCT_DIR}/CONFIGURE.LOG ./configure --prefix ${PRODUCT_DIR} $f_install GCC=`which gcc` cat >> ${PRODUCT_DIR}/MAKE.LOG <