Changeset 4896
- Timestamp:
- 07/02/09 16:22:11 (4 months ago)
- Files:
-
- 1 modified
-
mpich2/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/configure.in
r4845 r4896 6317 6317 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" 6318 6318 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. 6319 6321 (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) 6321 6323 rc=$? 6322 6324 if test $rc = 0 ; then
