1
1

* there's no var_in variable for the component-specific variables, so don't

have on there.  Fixes static builds with GM.

This commit was SVN r7140.
Этот коммит содержится в:
Brian Barrett 2005-09-02 03:05:38 +00:00
родитель c8a23106c0
Коммит 7e9b777ead

Просмотреть файл

@ -780,7 +780,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
eval "$str"
var_out="LIBMPI_EXTRA_${flags}"
if test -n "$line"; then
str="$var_out="'"$'"$var_out $var_in $line"'"'
str="$var_out="'"$'"$var_out $line"'"'
eval $str
fi
done
@ -790,7 +790,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
eval "$str"
var_out="WRAPPER_EXTRA_${flags}"
if test -n "$line"; then
str="$var_out="'"$'"$var_out $var_in $line"'"'
str="$var_out="'"$'"$var_out $line"'"'
eval $str
fi
done
@ -804,7 +804,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
eval "$str"
var_out="LIBMPI_EXTRA_${flags}"
if test -n "$line"; then
str="$var_out="'"$'"$var_out $var_in $line"'"'
str="$var_out="'"$'"$var_out $line"'"'
eval $str
fi
done
@ -814,7 +814,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
eval "$str"
var_out="WRAPPER_EXTRA_${flags}"
if test -n "$line"; then
str="$var_out="'"$'"$var_out $var_in $line"'"'
str="$var_out="'"$'"$var_out $line"'"'
eval $str
fi
done