Salome HOME
Patch doxygen: remove --with-doxywizard configure parameter, because it is not compil...
authorvsr <vsr@opencascade.com>
Wed, 17 May 2006 13:57:51 +0000 (13:57 +0000)
committervsr <vsr@opencascade.com>
Wed, 17 May 2006 13:57:51 +0000 (13:57 +0000)
config_files/doxygen-1.4.6.sh

index c227e19fe835f51cb993107dfad98c59adf94b99..ca756d545b5124b8d53385c5962f94d105d5d657 100755 (executable)
@@ -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 <<EOF
 used gcc=$GCC