Changeset 4896

Show
Ignore:
Timestamp:
07/02/09 16:22:11 (5 months ago)
Author:
goodell
Message:

Add missing 'eval' for the f90 sub-configure invocation.

Thanks to Steve Oyanagi at Cray for reporting this bug and providing
the fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/configure.in

    r4845 r4896  
    63176317        ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" 
    63186318     
     6319    # The eval below is needed to properly quote the sub-configure arguments. 
     6320    # Thanks to Steve Oyanagi at Cray for spotting it when it was missing. 
    63196321    (cd src/binding/f90 && \ 
    6320     $master_top_srcdir/src/binding/f90/configure $ac_sub_configure_args ) 
     6322     eval $master_top_srcdir/src/binding/f90/configure $ac_sub_configure_args) 
    63216323    rc=$? 
    63226324    if test $rc = 0 ; then