From: inv Date: Thu, 3 Jun 2010 12:38:43 +0000 (+0000) Subject: Small update X-Git-Tag: V5_1_4~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3ea98ba9e00afce7cbc137cea5f7b07ba582415d;p=tools%2Finstall.git Small update --- diff --git a/config_files/build.csh b/config_files/build.csh index a14ed1b..5fd1e52 100755 --- a/config_files/build.csh +++ b/config_files/build.csh @@ -236,7 +236,11 @@ foreach module (${modules}) ######################################################### # call build_configure ######################################################### + if (! ($?BUILDCONF_OPTS) ) then + set mybuildconf_keys="" + else set mybuildconf_keys="${BUILDCONF_OPTS}" + endif if ( $inst_with_gui == 0 ) then set mybuildconf_keys="${mybuildconf_keys} --without-gui" endif @@ -328,7 +332,11 @@ foreach module (${modules}) if ( ! -e ${module_src}/configure ) then echo "\!\!\! Warning \!\!\! Can not find configure script in ${module_src}." else + if (! ($?BUILDCONF_OPTS) ) then + set myconf_keys="" + else set myconf_keys="${CONF_OPTS}" + endif if ( $inst_with_gui == 0 ) then set myconf_keys="${myconf_keys} --without-gui" endif