]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix a bug with installing doxygen 1.3 from sources on Red Hat 9 - configure fails... SALOME_V_2_2_1
authorvsr <vsr@opencascade.com>
Wed, 2 Mar 2005 07:26:48 +0000 (07:26 +0000)
committervsr <vsr@opencascade.com>
Wed, 2 Mar 2005 07:26:48 +0000 (07:26 +0000)
config_files/doxygen-1.3-rc2.sh

index 6cf6fcf1b7d1a7eac1802d7ca98e54292ea65c30..0fe4380e0b76adf6109b881d30d433aaf7f5f692 100755 (executable)
@@ -65,7 +65,10 @@ check_jb tar xfz ${SOURCE_DIR}/doxygen-1.3-rc2.tar.gz -C ${INSTALL_WORK}
 
 cd ${PRODUCT_WORK}
 makedir ${PRODUCT_DIR}
-check_job ${PRODUCT_DIR}/CONFIGURE.LOG configure --with-doxywizard --prefix ${PRODUCT_DIR}
+# 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
 GCC=`which gcc`
 cat >> ${PRODUCT_DIR}/MAKE.LOG <<EOF
 used gcc=$GCC