Import the ac_overrides codes from Irix into the generic build function.

This commit is contained in:
Tom G. Christensen 2008-04-19 19:17:39 +00:00
parent 3b6029b3bc
commit c786941496

View File

@ -675,6 +675,11 @@ generic_build()
if [ $no_configure -eq 0 ]; then
if [ $generic_configure -eq 1 ]; then
local acvar
for acvar in $ac_overrides
do
export $acvar
done
$__configure $(_upls $configure_args)
else
# Platform specific configure run