diff -rb mpich2-0.94/Makefile.in mpich2-0.94b1/Makefile.in
43c43
< VERSION = 0.94
---
> VERSION = 0.94b1
193c193
< 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94
---
> 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94b1
228c228
< 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94
---
> 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94b1
diff -rb mpich2-0.94/Makefile.sm mpich2-0.94b1/Makefile.sm
44c44
< VERSION = 0.94
---
> VERSION = 0.94b1
77c77
< 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94
---
> 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94b1
112c112
< 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94
---
> 	( cd tmpdir/mpich2 && sed -e "s/VERSION = 0.94b1
diff -rb mpich2-0.94/configure mpich2-0.94b1/configure
962,964c962,963
<     
<     error_checking_kind=`echo $enable_error_checking | tr '[a-z]' '[A-Z]'`
<     
---
>     error_checking_kind=`echo $enable_error_checking | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1092,1094c1091,1092
<     
<     timing_kind=`echo $timing_name | tr '[a-z]' '[A-Z]'`
<     
---
>     timing_kind=`echo $timing_name | \
>        tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1110c1108
< use_logging_variable="MPID_LOGGING_`echo $logging_name | tr a-z A-Z`"
---
> use_logging_variable="MPID_LOGGING_`echo $logging_name | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`"
1390c1388
< echo "configure:1391: checking for $ac_word" >&5
---
> echo "configure:1389: checking for $ac_word" >&5
1420c1418
< echo "configure:1421: checking for $ac_word" >&5
---
> echo "configure:1419: checking for $ac_word" >&5
1471c1469
< echo "configure:1472: checking for $ac_word" >&5
---
> echo "configure:1470: checking for $ac_word" >&5
1503c1501
< echo "configure:1504: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
---
> echo "configure:1502: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1514c1512
< #line 1515 "configure"
---
> #line 1513 "configure"
1519c1517
< if { (eval echo configure:1520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:1518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1545c1543
< echo "configure:1546: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
---
> echo "configure:1544: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1550c1548
< echo "configure:1551: checking whether we are using GNU C" >&5
---
> echo "configure:1549: checking whether we are using GNU C" >&5
1559c1557
< if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
---
> if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1578c1576
< echo "configure:1579: checking whether ${CC-cc} accepts -g" >&5
---
> echo "configure:1577: checking whether ${CC-cc} accepts -g" >&5
1629c1627
< echo "configure:1630: checking for $ac_word" >&5
---
> echo "configure:1628: checking for $ac_word" >&5
1665c1663
< echo "configure:1666: checking for $ac_word" >&5
---
> echo "configure:1664: checking for $ac_word" >&5
1707c1705
< echo "configure:1708: checking for a BSD compatible install" >&5
---
> echo "configure:1706: checking for a BSD compatible install" >&5
1763c1761
< echo "configure:1764: checking whether mkdir -p works" >&5
---
> echo "configure:1762: checking whether mkdir -p works" >&5
1821c1819
< echo "configure:1822: checking for $ac_word" >&5
---
> echo "configure:1820: checking for $ac_word" >&5
1896c1894
< echo "configure:1897: checking for $ac_word" >&5
---
> echo "configure:1895: checking for $ac_word" >&5
2000c1998
< echo "configure:2001: checking for $ac_word" >&5
---
> echo "configure:1999: checking for $ac_word" >&5
2033c2031
< echo "configure:2034: checking whether clock skew breaks make" >&5
---
> echo "configure:2032: checking whether clock skew breaks make" >&5
2062c2060
< echo "configure:2063: checking whether make echos directory changes" >&5
---
> echo "configure:2061: checking whether make echos directory changes" >&5
2102c2100
< echo "configure:2103: checking whether make supports include" >&5
---
> echo "configure:2101: checking whether make supports include" >&5
2135c2133
< echo "configure:2136: checking whether make allows comments in actions" >&5
---
> echo "configure:2134: checking whether make allows comments in actions" >&5
2169c2167
< echo "configure:2170: checking for virtual path format" >&5
---
> echo "configure:2168: checking for virtual path format" >&5
2218c2216
< echo "configure:2219: checking whether make sets CFLAGS" >&5
---
> echo "configure:2217: checking whether make sets CFLAGS" >&5
2249c2247
< echo "configure:2250: checking whether ${MAKE-make} sets \${MAKE}" >&5
---
> echo "configure:2248: checking whether ${MAKE-make} sets \${MAKE}" >&5
2285c2283
< echo "configure:2286: checking for type of weak symbol support" >&5
---
> echo "configure:2284: checking for type of weak symbol support" >&5
2294c2292
< #line 2295 "configure"
---
> #line 2293 "configure"
2305c2303
< if { (eval echo configure:2306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:2304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2348c2346
< #line 2349 "configure"
---
> #line 2347 "configure"
2359c2357
< if { (eval echo configure:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2370c2368
< #line 2371 "configure"
---
> #line 2369 "configure"
2381c2379
< if { (eval echo configure:2382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:2380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2423c2421
< echo "configure:2424: checking whether __attribute__ ((weak)) allowed" >&5
---
> echo "configure:2422: checking whether __attribute__ ((weak)) allowed" >&5
2429c2427
< #line 2430 "configure"
---
> #line 2428 "configure"
2436c2434
< if { (eval echo configure:2437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2467c2465
< echo "configure:2468: checking for working const" >&5
---
> echo "configure:2466: checking for working const" >&5
2472c2470
< #line 2473 "configure"
---
> #line 2471 "configure"
2521c2519
< if { (eval echo configure:2522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2543c2541
< echo "configure:2544: checking for volatile" >&5
---
> echo "configure:2542: checking for volatile" >&5
2549c2547
< #line 2550 "configure"
---
> #line 2548 "configure"
2556c2554
< if { (eval echo configure:2557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2578c2576
< echo "configure:2579: checking for restrict" >&5
---
> echo "configure:2577: checking for restrict" >&5
2584c2582
< #line 2585 "configure"
---
> #line 2583 "configure"
2591c2589
< if { (eval echo configure:2592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2603c2601
< #line 2604 "configure"
---
> #line 2602 "configure"
2610c2608
< if { (eval echo configure:2611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2623c2621
< #line 2624 "configure"
---
> #line 2622 "configure"
2630c2628
< if { (eval echo configure:2631: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2658c2656
< echo "configure:2659: checking for inline" >&5
---
> echo "configure:2657: checking for inline" >&5
2665c2663
< #line 2666 "configure"
---
> #line 2664 "configure"
2672c2670
< if { (eval echo configure:2673: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2671: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2701c2699
< echo "configure:2702: checking whether __attribute__ allowed" >&5
---
> echo "configure:2700: checking whether __attribute__ allowed" >&5
2707c2705
< #line 2708 "configure"
---
> #line 2706 "configure"
2714c2712
< if { (eval echo configure:2715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2728c2726
< echo "configure:2729: checking whether __attribute__((format)) allowed" >&5
---
> echo "configure:2727: checking whether __attribute__((format)) allowed" >&5
2734c2732
< #line 2735 "configure"
---
> #line 2733 "configure"
2741c2739
< if { (eval echo configure:2742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2788c2786
< echo "configure:2789: checking whether long double is supported" >&5
---
> echo "configure:2787: checking whether long double is supported" >&5
2794c2792
< #line 2795 "configure"
---
> #line 2793 "configure"
2801c2799
< if { (eval echo configure:2802: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2821c2819
< echo "configure:2822: checking whether long long is supported" >&5
---
> echo "configure:2820: checking whether long long is supported" >&5
2827c2825
< #line 2828 "configure"
---
> #line 2826 "configure"
2834c2832
< if { (eval echo configure:2835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:2833: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2856c2854
< echo "configure:2857: checking for C struct alignment" >&5
---
> echo "configure:2855: checking for C struct alignment" >&5
2865c2863
< #line 2866 "configure"
---
> #line 2864 "configure"
2993c2991
< if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:2992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3039c3037
< echo "configure:3040: checking for alignment restrictions on pointers" >&5
---
> echo "configure:3038: checking for alignment restrictions on pointers" >&5
3044c3042
< #line 3045 "configure"
---
> #line 3043 "configure"
3059c3057
< if { (eval echo configure:3060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3083c3081
< echo "configure:3084: checking size of short" >&5
---
> echo "configure:3082: checking size of short" >&5
3091c3089
< #line 3092 "configure"
---
> #line 3090 "configure"
3102c3100
< if { (eval echo configure:3103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3122c3120
< echo "configure:3123: checking size of int" >&5
---
> echo "configure:3121: checking size of int" >&5
3130c3128
< #line 3131 "configure"
---
> #line 3129 "configure"
3141c3139
< if { (eval echo configure:3142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3161c3159
< echo "configure:3162: checking size of long" >&5
---
> echo "configure:3160: checking size of long" >&5
3169c3167
< #line 3170 "configure"
---
> #line 3168 "configure"
3180c3178
< if { (eval echo configure:3181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3200c3198
< echo "configure:3201: checking size of long long" >&5
---
> echo "configure:3199: checking size of long long" >&5
3208c3206
< #line 3209 "configure"
---
> #line 3207 "configure"
3219c3217
< if { (eval echo configure:3220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3239c3237
< echo "configure:3240: checking size of float" >&5
---
> echo "configure:3238: checking size of float" >&5
3247c3245
< #line 3248 "configure"
---
> #line 3246 "configure"
3258c3256
< if { (eval echo configure:3259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3278c3276
< echo "configure:3279: checking size of double" >&5
---
> echo "configure:3277: checking size of double" >&5
3286c3284
< #line 3287 "configure"
---
> #line 3285 "configure"
3297c3295
< if { (eval echo configure:3298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3317c3315
< echo "configure:3318: checking size of long double" >&5
---
> echo "configure:3316: checking size of long double" >&5
3325c3323
< #line 3326 "configure"
---
> #line 3324 "configure"
3336c3334
< if { (eval echo configure:3337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3356c3354
< echo "configure:3357: checking size of wchar_t" >&5
---
> echo "configure:3355: checking size of wchar_t" >&5
3364c3362
< #line 3365 "configure"
---
> #line 3363 "configure"
3375c3373
< if { (eval echo configure:3376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3395c3393
< echo "configure:3396: checking size of void *" >&5
---
> echo "configure:3394: checking size of void *" >&5
3403c3401
< #line 3404 "configure"
---
> #line 3402 "configure"
3414c3412
< if { (eval echo configure:3415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3435c3433
< echo "configure:3436: checking size of float int" >&5
---
> echo "configure:3434: checking size of float int" >&5
3443c3441
< #line 3444 "configure"
---
> #line 3442 "configure"
3455c3453
< if { (eval echo configure:3456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3474c3472
< echo "configure:3475: checking size of double int" >&5
---
> echo "configure:3473: checking size of double int" >&5
3482c3480
< #line 3483 "configure"
---
> #line 3481 "configure"
3494c3492
< if { (eval echo configure:3495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3513c3511
< echo "configure:3514: checking size of long int" >&5
---
> echo "configure:3512: checking size of long int" >&5
3521c3519
< #line 3522 "configure"
---
> #line 3520 "configure"
3533c3531
< if { (eval echo configure:3534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3552c3550
< echo "configure:3553: checking size of short int" >&5
---
> echo "configure:3551: checking size of short int" >&5
3560c3558
< #line 3561 "configure"
---
> #line 3559 "configure"
3572c3570
< if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3591c3589
< echo "configure:3592: checking size of 2 int" >&5
---
> echo "configure:3590: checking size of 2 int" >&5
3599c3597
< #line 3600 "configure"
---
> #line 3598 "configure"
3611c3609
< if { (eval echo configure:3612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3630c3628
< echo "configure:3631: checking size of long double int" >&5
---
> echo "configure:3629: checking size of long double int" >&5
3638c3636
< #line 3639 "configure"
---
> #line 3637 "configure"
3650c3648
< if { (eval echo configure:3651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3671c3669
< echo "configure:3672: checking for sys/bitypes.h" >&5
---
> echo "configure:3670: checking for sys/bitypes.h" >&5
3676c3674
< #line 3677 "configure"
---
> #line 3675 "configure"
3682c3680
< if { (eval echo configure:3683: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
---
> if { (eval echo configure:3681: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
3704c3702
< echo "configure:3705: checking for int16_t" >&5
---
> echo "configure:3703: checking for int16_t" >&5
3710c3708
< #line 3711 "configure"
---
> #line 3709 "configure"
3719c3717
< if { (eval echo configure:3720: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:3718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3735c3733
< echo "configure:3736: checking size of short" >&5
---
> echo "configure:3734: checking size of short" >&5
3743c3741
< #line 3744 "configure"
---
> #line 3742 "configure"
3754c3752
< if { (eval echo configure:3755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3791c3789
< echo "configure:3792: checking for int32_t" >&5
---
> echo "configure:3790: checking for int32_t" >&5
3797c3795
< #line 3798 "configure"
---
> #line 3796 "configure"
3806c3804
< if { (eval echo configure:3807: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:3805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3822c3820
< echo "configure:3823: checking size of int" >&5
---
> echo "configure:3821: checking size of int" >&5
3830c3828
< #line 3831 "configure"
---
> #line 3829 "configure"
3841c3839
< if { (eval echo configure:3842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3878c3876
< echo "configure:3879: checking for int64_t" >&5
---
> echo "configure:3877: checking for int64_t" >&5
3884c3882
< #line 3885 "configure"
---
> #line 3883 "configure"
3893c3891
< if { (eval echo configure:3894: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:3892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3909c3907
< echo "configure:3910: checking size of long" >&5
---
> echo "configure:3908: checking size of long" >&5
3917c3915
< #line 3918 "configure"
---
> #line 3916 "configure"
3928c3926
< if { (eval echo configure:3929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3951c3949
< echo "configure:3952: checking size of long long" >&5
---
> echo "configure:3950: checking size of long long" >&5
3959c3957
< #line 3960 "configure"
---
> #line 3958 "configure"
3970c3968
< if { (eval echo configure:3971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:3969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4116c4114
< echo "configure:4117: checking if char * pointers use give byte addresses" >&5
---
> echo "configure:4115: checking if char * pointers use give byte addresses" >&5
4125c4123
< #line 4126 "configure"
---
> #line 4124 "configure"
4134c4132
< if { (eval echo configure:4135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:4133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4157c4155
< echo "configure:4158: checking for size of MPI_BSEND_OVERHEAD" >&5
---
> echo "configure:4156: checking for size of MPI_BSEND_OVERHEAD" >&5
4166c4164
< #line 4167 "configure"
---
> #line 4165 "configure"
4195c4193
< if { (eval echo configure:4196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:4194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4220c4218
< echo "configure:4221: checking for size of MPI_Status" >&5
---
> echo "configure:4219: checking for size of MPI_Status" >&5
4229c4227
< #line 4230 "configure"
---
> #line 4228 "configure"
4249c4247
< if { (eval echo configure:4250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:4248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4276c4274
< echo "configure:4277: checking for $ac_hdr" >&5
---
> echo "configure:4275: checking for $ac_hdr" >&5
4281c4279
< #line 4282 "configure"
---
> #line 4280 "configure"
4287c4285
< if { (eval echo configure:4288: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
---
> if { (eval echo configure:4286: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
4313c4311
< echo "configure:4314: checking for library containing pthread_key_create" >&5
---
> echo "configure:4312: checking for library containing pthread_key_create" >&5
4320c4318
< #line 4321 "configure"
---
> #line 4319 "configure"
4331c4329
< if { (eval echo configure:4332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:4330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4342c4340
< #line 4343 "configure"
---
> #line 4341 "configure"
4353c4351
< if { (eval echo configure:4354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:4352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4382c4380
< echo "configure:4383: checking for $ac_hdr" >&5
---
> echo "configure:4381: checking for $ac_hdr" >&5
4387c4385
< #line 4388 "configure"
---
> #line 4386 "configure"
4393c4391
< if { (eval echo configure:4394: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
---
> if { (eval echo configure:4392: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
4417c4415
< echo "configure:4418: checking for library containing thr_create" >&5
---
> echo "configure:4416: checking for library containing thr_create" >&5
4424c4422
< #line 4425 "configure"
---
> #line 4423 "configure"
4435c4433
< if { (eval echo configure:4436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:4434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4446c4444
< #line 4447 "configure"
---
> #line 4445 "configure"
4457c4455
< if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:4456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4489c4487
< echo "configure:4490: checking for $ac_func" >&5
---
> echo "configure:4488: checking for $ac_func" >&5
4494c4492
< #line 4495 "configure"
---
> #line 4493 "configure"
4517c4515
< if { (eval echo configure:4518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:4516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4544c4542
< echo "configure:4545: checking for gcc __asm__ and pentium cmpxchgl instruction" >&5
---
> echo "configure:4543: checking for gcc __asm__ and pentium cmpxchgl instruction" >&5
4549c4547
< #line 4550 "configure"
---
> #line 4548 "configure"
4567c4565
< if { (eval echo configure:4568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:4566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4602c4600
< echo "configure:4603: checking for $ac_func" >&5
---
> echo "configure:4601: checking for $ac_func" >&5
4607c4605
< #line 4608 "configure"
---
> #line 4606 "configure"
4630c4628
< if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:4629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4660c4658
< echo "configure:4661: checking how to run the C preprocessor" >&5
---
> echo "configure:4659: checking how to run the C preprocessor" >&5
4675c4673
< #line 4676 "configure"
---
> #line 4674 "configure"
4681c4679
< { (eval echo configure:4682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:4680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4692c4690
< #line 4693 "configure"
---
> #line 4691 "configure"
4698c4696
< { (eval echo configure:4699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:4697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4709c4707
< #line 4710 "configure"
---
> #line 4708 "configure"
4715c4713
< { (eval echo configure:4716: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:4714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4740c4738
< echo "configure:4741: checking for ANSI C header files" >&5
---
> echo "configure:4739: checking for ANSI C header files" >&5
4745c4743
< #line 4746 "configure"
---
> #line 4744 "configure"
4753c4751
< { (eval echo configure:4754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:4752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4770c4768
< #line 4771 "configure"
---
> #line 4769 "configure"
4788c4786
< #line 4789 "configure"
---
> #line 4787 "configure"
4809c4807
< #line 4810 "configure"
---
> #line 4808 "configure"
4820c4818
< if { (eval echo configure:4821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:4819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4850c4848
< echo "configure:4851: checking for $ac_hdr" >&5
---
> echo "configure:4849: checking for $ac_hdr" >&5
4855c4853
< #line 4856 "configure"
---
> #line 4854 "configure"
4861c4859
< if { (eval echo configure:4862: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
---
> if { (eval echo configure:4860: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
4884c4882
< echo "configure:4885: checking for sys/uio.h" >&5
---
> echo "configure:4883: checking for sys/uio.h" >&5
4890c4888
< #line 4891 "configure"
---
> #line 4889 "configure"
4900c4898
< if { (eval echo configure:4901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:4899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4922c4920
< echo "configure:4923: checking for $ac_func" >&5
---
> echo "configure:4921: checking for $ac_func" >&5
4927c4925
< #line 4928 "configure"
---
> #line 4926 "configure"
4950c4948
< if { (eval echo configure:4951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:4949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4977c4975
< echo "configure:4978: checking for $ac_func" >&5
---
> echo "configure:4976: checking for $ac_func" >&5
4982c4980
< #line 4983 "configure"
---
> #line 4981 "configure"
5005c5003
< if { (eval echo configure:5006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:5004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5032c5030
< echo "configure:5033: checking whether snprintf needs a declaration" >&5
---
> echo "configure:5031: checking whether snprintf needs a declaration" >&5
5038c5036
< #line 5039 "configure"
---
> #line 5037 "configure"
5045c5043
< if { (eval echo configure:5046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:5044: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5071c5069
< echo "configure:5072: checking for va_copy" >&5
---
> echo "configure:5070: checking for va_copy" >&5
5077c5075
< #line 5078 "configure"
---
> #line 5076 "configure"
5093c5091
< if { (eval echo configure:5094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:5092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5117c5115
< echo "configure:5118: checking for $ac_hdr" >&5
---
> echo "configure:5116: checking for $ac_hdr" >&5
5122c5120
< #line 5123 "configure"
---
> #line 5121 "configure"
5128c5126
< if { (eval echo configure:5129: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
---
> if { (eval echo configure:5127: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
5153c5151
< echo "configure:5154: checking for $ac_func" >&5
---
> echo "configure:5152: checking for $ac_func" >&5
5158c5156
< #line 5159 "configure"
---
> #line 5157 "configure"
5181c5179
< if { (eval echo configure:5182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:5180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5220c5218
< echo "configure:5221: checking for $ac_func" >&5
---
> echo "configure:5219: checking for $ac_func" >&5
5225c5223
< #line 5226 "configure"
---
> #line 5224 "configure"
5248c5246
< if { (eval echo configure:5249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:5247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5276c5274
< echo "configure:5277: checking whether strdup needs a declaration" >&5
---
> echo "configure:5275: checking whether strdup needs a declaration" >&5
5282c5280
< #line 5283 "configure"
---
> #line 5281 "configure"
5289c5287
< if { (eval echo configure:5290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:5288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5316c5314
< echo "configure:5317: checking for $ac_hdr" >&5
---
> echo "configure:5315: checking for $ac_hdr" >&5
5321c5319
< #line 5322 "configure"
---
> #line 5320 "configure"
5327c5325
< if { (eval echo configure:5328: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
---
> if { (eval echo configure:5326: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
5352c5350
< echo "configure:5353: checking for $ac_func" >&5
---
> echo "configure:5351: checking for $ac_func" >&5
5357c5355
< #line 5358 "configure"
---
> #line 5356 "configure"
5380c5378
< if { (eval echo configure:5381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:5379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5406c5404
< echo "configure:5407: checking whether tsearch requires char* args" >&5
---
> echo "configure:5405: checking whether tsearch requires char* args" >&5
5412c5410
< #line 5413 "configure"
---
> #line 5411 "configure"
5420c5418
< if { (eval echo configure:5421: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:5419: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6214c6212
< echo "configure:6215: checking for $ac_word" >&5
---
> echo "configure:6213: checking for $ac_word" >&5
6249c6247
< echo "configure:6250: checking for location of doctext style files" >&5
---
> echo "configure:6248: checking for location of doctext style files" >&5
diff -rb mpich2-0.94/configure.in mpich2-0.94b1/configure.in
195,197c195,196
<     changequote(<<,>>)
<     error_checking_kind=`echo $enable_error_checking | tr '[a-z]' '[A-Z]'`
<     changequote([,])
---
>     error_checking_kind=`echo $enable_error_checking | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
326,328c325,326
<     changequote(<<,>>)
<     timing_kind=`echo $timing_name | tr '[a-z]' '[A-Z]'`
<     changequote([,])
---
>     timing_kind=`echo $timing_name | \
>        tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
338c336
< use_logging_variable="MPID_LOGGING_`echo $logging_name | tr a-z A-Z`"
---
> use_logging_variable="MPID_LOGGING_`echo $logging_name | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`"
diff -rb mpich2-0.94/src/mpe/configure mpich2-0.94b1/src/mpe/configure
4779a4780,4781
> 
> 
4949a4952,4953
> s%@FROM_MPICH@%$FROM_MPICH%g
> s%@FROM_MPICH2@%$FROM_MPICH2%g
diff -rb mpich2-0.94/src/mpe/configure.in mpich2-0.94b1/src/mpe/configure.in
950a951,952
> AC_SUBST(FROM_MPICH)
> AC_SUBST(FROM_MPICH2)
diff -rb mpich2-0.94/src/mpe/sbin/mpeinstall.in mpich2-0.94b1/src/mpe/sbin/mpeinstall.in
41c41,42
< MPICH=@MPICH@
---
> MPICH=@FROM_MPICH@
> MPICH2=@FROM_MPICH2@
427c428
< if [ $MPICH = 1 ] ; then
---
> if [ "$MPICH" = yes -o "$MPICH2" = yes ] ; then
514c515
< if [ $appendUninstall = 0 -a -f $UNINSTALLFILE ] ; then
---
> if [ "$appendUninstall" = 0 -a -f $UNINSTALLFILE ] ; then
531c532
< if [ $LOGVIEWERS = 1 ] ; then
---
> if [ "$LOGVIEWERS" = 1 ] ; then
567c568
< if [ $appendUninstall = 0 ] ; then
---
> if [ "$appendUninstall" = 0 ] ; then
577c578
< if [ $appendUninstall = 0 ] ; then
---
> if [ "$appendUninstall" = 0 ] ; then
diff -rb mpich2-0.94/src/mpi/timer/configure mpich2-0.94b1/src/mpi/timer/configure
1637,1639c1637,1638
< 
< timer_type=`echo $timer_type | tr '[a-z]' '[A-Z]'`
< 
---
> timer_type=`echo $timer_type | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
diff -rb mpich2-0.94/src/mpi/timer/configure.in mpich2-0.94b1/src/mpi/timer/configure.in
212,214c212,213
< changequote(<<,>>)
< timer_type=`echo $timer_type | tr '[a-z]' '[A-Z]'`
< changequote([,])
---
> timer_type=`echo $timer_type | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
diff -rb mpich2-0.94/src/pmi/uni/configure mpich2-0.94b1/src/pmi/uni/configure
680,682c680,681
<     
<     error_checking_kind=`echo $enable_error_checking | tr '[a-z]' '[A-Z]'`
<     
---
>     error_checking_kind=`echo $enable_error_checking | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
697,699c696,697
<     
<     timing_kind=`echo $enable_timing | tr '[a-z]' '[A-Z]'`
<     
---
>     timing_kind=`echo $enable_timing | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
733c731
< echo "configure:734: checking for $ac_word" >&5
---
> echo "configure:732: checking for $ac_word" >&5
763c761
< echo "configure:764: checking for $ac_word" >&5
---
> echo "configure:762: checking for $ac_word" >&5
814c812
< echo "configure:815: checking for $ac_word" >&5
---
> echo "configure:813: checking for $ac_word" >&5
846c844
< echo "configure:847: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
---
> echo "configure:845: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
857c855
< #line 858 "configure"
---
> #line 856 "configure"
862c860
< if { (eval echo configure:863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
---
> if { (eval echo configure:861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
888c886
< echo "configure:889: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
---
> echo "configure:887: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
893c891
< echo "configure:894: checking whether we are using GNU C" >&5
---
> echo "configure:892: checking whether we are using GNU C" >&5
902c900
< if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
---
> if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
921c919
< echo "configure:922: checking whether ${CC-cc} accepts -g" >&5
---
> echo "configure:920: checking whether ${CC-cc} accepts -g" >&5
955c953
< echo "configure:956: checking for $ac_word" >&5
---
> echo "configure:954: checking for $ac_word" >&5
994c992
< echo "configure:995: checking for $ac_word" >&5
---
> echo "configure:993: checking for $ac_word" >&5
1032c1030
< echo "configure:1033: checking for $ac_word" >&5
---
> echo "configure:1031: checking for $ac_word" >&5
1065c1063
< echo "configure:1066: checking whether clock skew breaks make" >&5
---
> echo "configure:1064: checking whether clock skew breaks make" >&5
1094c1092
< echo "configure:1095: checking whether make echos directory changes" >&5
---
> echo "configure:1093: checking whether make echos directory changes" >&5
1134c1132
< echo "configure:1135: checking whether make supports include" >&5
---
> echo "configure:1133: checking whether make supports include" >&5
1167c1165
< echo "configure:1168: checking whether make allows comments in actions" >&5
---
> echo "configure:1166: checking whether make allows comments in actions" >&5
1201c1199
< echo "configure:1202: checking for virtual path format" >&5
---
> echo "configure:1200: checking for virtual path format" >&5
1250c1248
< echo "configure:1251: checking whether make sets CFLAGS" >&5
---
> echo "configure:1249: checking whether make sets CFLAGS" >&5
1281c1279
< echo "configure:1282: checking whether ${MAKE-make} sets \${MAKE}" >&5
---
> echo "configure:1280: checking whether ${MAKE-make} sets \${MAKE}" >&5
1312c1310
< echo "configure:1313: checking for working const" >&5
---
> echo "configure:1311: checking for working const" >&5
1317c1315
< #line 1318 "configure"
---
> #line 1316 "configure"
1366c1364
< if { (eval echo configure:1367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
---
> if { (eval echo configure:1365: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1387c1385
< echo "configure:1388: checking how to run the C preprocessor" >&5
---
> echo "configure:1386: checking how to run the C preprocessor" >&5
1402c1400
< #line 1403 "configure"
---
> #line 1401 "configure"
1408c1406
< { (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:1407: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1419c1417
< #line 1420 "configure"
---
> #line 1418 "configure"
1425c1423
< { (eval echo configure:1426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:1424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1436c1434
< #line 1437 "configure"
---
> #line 1435 "configure"
1442c1440
< { (eval echo configure:1443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:1441: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1467c1465
< echo "configure:1468: checking for ANSI C header files" >&5
---
> echo "configure:1466: checking for ANSI C header files" >&5
1472c1470
< #line 1473 "configure"
---
> #line 1471 "configure"
1480c1478
< { (eval echo configure:1481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
---
> { (eval echo configure:1479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1497c1495
< #line 1498 "configure"
---
> #line 1496 "configure"
1515c1513
< #line 1516 "configure"
---
> #line 1514 "configure"
1536c1534
< #line 1537 "configure"
---
> #line 1535 "configure"
1547c1545
< if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
---
> if { (eval echo configure:1546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1574c1572
< echo "configure:1575: checking for $ac_hdr" >&5
---
> echo "configure:1573: checking for $ac_hdr" >&5
1579c1577
< #line 1580 "configure"
---
> #line 1578 "configure"
1585c1583
< if { (eval echo configure:1586: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
---
> if { (eval echo configure:1584: \"$ac_compile_for_cpp\") 1>&5; (eval $ac_compile_for_cpp) 2>&5; }; then
diff -rb mpich2-0.94/src/pmi/uni/configure.in mpich2-0.94b1/src/pmi/uni/configure.in
67,69c67,68
<     changequote(<<,>>)
<     error_checking_kind=`echo $enable_error_checking | tr '[a-z]' '[A-Z]'`
<     changequote([,])
---
>     error_checking_kind=`echo $enable_error_checking | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
83,85c82,83
<     changequote(<<,>>)
<     timing_kind=`echo $enable_timing | tr '[a-z]' '[A-Z]'`
<     changequote([,])
---
>     timing_kind=`echo $enable_timing | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
diff -rb mpich2-0.94/src/pmi/winmpd/configure.in mpich2-0.94b1/src/pmi/winmpd/configure.in
68,70c68,69
<     changequote(<<,>>)
<     error_checking_kind=`echo $enable_error_checking | tr '[a-z]' '[A-Z]'`
<     changequote([,])
---
>     error_checking_kind=`echo $enable_error_checking | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
91,93c90,91
<     changequote(<<,>>)
<     timing_kind=`echo $enable_timing | tr '[a-z]' '[A-Z]'`
<     changequote([,])
---
>     timing_kind=`echo $enable_timing | \
>     tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
