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