Displaying 1 result from an estimated 1 matches for "config_vars_1".
Did you mean:
config_vars_2
2003 Dec 11
1
bug + insufficient doc in R CMD INSTALL (PR#5703)
...` ;;
--configure-vars=*)
if test x${configure_vars} != x; then
echo "INSTALL: command line error: only one --configure_vars
argument can be given. To specify multiple vars to the configure
script, put them in quotes, separated by a space, like this:
--configure_vars=\"--config_vars_1 --config_vars_2\""
exit 1
fi
configure_vars=`echo "${1}" | sed -e 's/[^=]*=//'` ;;
-------------------------------------
Another option would be to concatenate multiple --configure-args arguments
... I imagine it's your call on which way to go....